From 91a80d9ead562411d0dd402b08a6b2c454a88b91 Mon Sep 17 00:00:00 2001 From: joehan Date: Tue, 27 Aug 2024 17:17:25 -0400 Subject: [PATCH] fix changelog (#7601) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)