From 2475e0fb5c6c9fb3a4f16cb5f6de3ecd4c94311e Mon Sep 17 00:00:00 2001 From: Daniel Young Lee Date: Wed, 11 Aug 2021 09:51:11 -0700 Subject: [PATCH] Add missing changelog entries. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6586297a2..3e9515d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +- Adds options to set access control on HTTP triggered functions. +- Adds new regions to support list (asia-east1, asia-southeast1). - Adds support for setting user labels on functions via `runWith()`. - Adds support for FIREBASE_CONFIG env as the name of a JSON file - Fixes an issue where objects that define `toJSON` could not be logged successfully (#907). - Formalize module exports. Loggers can now be accessed at 'firebase-functions/logger' and 'firebase-functions/logger/compat' -- Fixes an issue where Remote Config coiuld not be emulated in Windows machines on the classic Command Prompt. +- Fixes an issue where Remote Config could not be emulated in Windows machines on the classic Command Prompt.