From 3dcae041cfa9f3b7dd3dd117f9db2eb21254ee16 Mon Sep 17 00:00:00 2001 From: Peerapong Maitriwong Date: Tue, 14 Dec 2021 22:16:46 +0700 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b897142ec3b..395dacf70d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,4 @@ - Fixes issue with filtering on a specific storage bucket using functions in the emulator (#3893) - Fixes check in Cloud Functions for Firebase initialization to check for API enablement before trying to enable them. (#2574) - No longer tries to clean up function build images from Artifact Registry when Artifact Registry is not enabled (#3943) +- Show error message when running `firebase init hosting:github` with no Hosting config in `firebase.json` (#3113)