Parcourir la source

Add changelog for #7288 (#7290)

Brian Chen il y a 5 ans
Parent
commit
b504a490ac
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      Firestore/CHANGELOG.md

+ 5 - 0
Firestore/CHANGELOG.md

@@ -1,3 +1,8 @@
+# Unreleased
+- [fixed] Fixed an issue where using `FieldValue.arrayRemove()` would only delete the
+  first occurrence of an element in an array in a latency
+  compensated snapshots.
+
 # v7.3.0
 - [fixed] Fixed a crash that could happen when the SDK encountered invalid
   data during garbage collection (#6721).