Skip to content

Commit

Permalink
Update CHANGELOG for Firestore v1.18.0 (#6470)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhuff committed Sep 15, 2020
1 parent 21921e9 commit 2b4b9be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased

# v1.18.0
- [feature] Added `whereField(_:notIn:)` and `whereField(_:isNotEqualTo:)` query
operators. `whereField(_:notIn:)` finds documents where a specified field’s
value is not in a specified array. `whereField(_:isNotEqualTo:)` finds
Expand Down

0 comments on commit 2b4b9be

Please sign in to comment.