Update changelog.txt for #1082 (#1085)

This commit is contained in:
Sam Stern
2019-01-03 14:59:18 -08:00
committed by GitHub
parent 07f792c665
commit 16273a7036

View File

@@ -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