Skip to content

Commit d1b3466

Browse files
authored
Update CHANGELOG for Firestore v1.8.0 (#4296)
1 parent f0157ae commit d1b3466

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Firestore/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Unreleased
2-
- [changed] Removed the Firestore's dependency on `Protobuf`. If you're manually
3-
tracking dependencies, you may be able to remove it from your build (note,
4-
however, that other Firebase components may still require it).
2+
3+
# v1.8.0
4+
- [changed] Removed Firestore's dependency on the `Protobuf` CocoaPod. If
5+
you're manually tracking dependencies, you may be able to remove it from your
6+
build (note, however, that other Firebase components may still require it).
7+
- [changed] Added a dependency on the `abseil` CocoaPod. If you're manually
8+
tracking dependencies, you need to add it to your build.
59

610
# v1.7.0
711
- [feature] Added `whereField(_:in:)` and `whereField(_:arrayContainsAny:)` query

0 commit comments

Comments
 (0)