From 7e38511ce669080a9e4d6b6f1c4889a6a7f18baa Mon Sep 17 00:00:00 2001 From: Thomas Bouldin Date: Wed, 11 Dec 2024 12:36:23 -0800 Subject: [PATCH] Fix merge issue with CHANGELOG --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83555987a92..b62c41fcfae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -- Changes default CF3 runtime to nodejs22 (#8037) -- CF3 callables can now be annotate with a genkit action they are serving (#8039) -- HTTPS functions can now be upgraded to HTTPS Callable functions (#8039) -- Update default tsconfig to support more modern defaults (#8039) - Fixed an issue where `--import` would error for the Data Connect emulator if `dataDir` was also set. - Fixed an issue where `firebase init dataconnect` errored when importing a schema with no GQL files. - CF3 callables can now be annotate with a genkit action they are serving (#8039)