diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c7edb0225..ab2c5a62573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,3 @@ -- Add support for cloud tasks within the emulator. (#7475) +- Added support for Cloud Tasks within the Functions emulator. (#7475) +- Released Firestore Emulator v 1.19.8 which adds support for `FindNearest.distanceResultField` and `FindNearest.distanceThreshold` parameters. +- Temporarily removed Extensions from Functions deploy because it was causing unexpected Extension deletions. (#7590, #7582)