From ffac46898fbdc68da3399f009abecc89547c46a7 Mon Sep 17 00:00:00 2001 From: Victor Fan Date: Mon, 19 Dec 2022 14:23:04 -0800 Subject: [PATCH] add a note about list params to the changelog file (#5349) * add a note about list params to the changelog file * Update CHANGELOG.md Co-authored-by: joehan Co-authored-by: joehan --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d8cb15c9e1..bf37cac0ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Support for string list typed parameters in functions deployment (#5137) - Respect .npmrc in backends spun up for web frameworks (#5235) - Remove esbuild dependency, instead bundle Next.js configuration on deploy with NPX (#5336) - Add sharp NPM module to Cloud Functions when using Next.js Image Optimization (#5238)