[firebase-release] Removed change log and reset repo after 6.2.0 release

This commit is contained in:
Firebase Operations
2018-12-20 23:24:57 +00:00
parent 19905858b7
commit 853db2e971

View File

@@ -1,3 +0,0 @@
fixed - Fixed Firestore Emulator bug when running in Java 10 + Java 11 environments (due to better system clock granularity)
changed - Firestore Emulator now binds to IPv6 loopback address by default (previous behavior was to bind to "localhost", which was usually IPv4-only). This improves gRPC performance significantly due to https://github.com/grpc/grpc/issues/17282.
feature - Support for new Firebase Indexes API format including single-field index overrides.