diff --git a/changelog.txt b/changelog.txt index b60e276c..e69de29b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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.