From 16273a70361330adc4543008cf4deefb2bc60561 Mon Sep 17 00:00:00 2001 From: Sam Stern Date: Thu, 3 Jan 2019 14:59:18 -0800 Subject: [PATCH] Update changelog.txt for #1082 (#1085) --- changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.txt b/changelog.txt index 908738e7..e38baab6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,9 @@ fixed - Fixed Firestore emulator bug related to https://github.com/firebase/firebase-tools/issues/1073 fixed - Fixed Firestore emulator bug regarding array ordering during writing/reading fixed - Fixed Firestore emulator handling of query cursors using document names +fixed - Fixed a race condition when deploying Firestore indexes (issues #1080 and #1081) +fixed - Fixed an error that occurs when a Firestore field override removes all indexes feature - Firestore emulator now has the ability to produce rule-coverage reports changed - Firestore emulator now exposes the v1 service definition changed - Firestore emulator has various runtime improvements +changed - Clearer empty state when pretty-printing Firestore indexes \ No newline at end of file