Skip to content

Commit 8ea6b0d

Browse files
authored
Add a changelog entry on the C++ serializer migration (#4188)
1 parent 251a70f commit 8ea6b0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Firestore/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
is IN a specified array. `whereField(_:arrayContainsAny:)` finds documents
55
where a specified field is an array and contains ANY element of a specified
66
array.
7+
- [changed] Firestore SDK now uses Nanopb rather than the Objective-C Protobuf
8+
library for parsing protos. This change does not affect visible behavior of
9+
the SDK in any way. While we don't anticipate any issues, please [report any
10+
issues with network behavior or
11+
persistence](https://github.com/firebase/firebase-ios-sdk/issues/new) that you
12+
experience.
713

814
# v1.6.1
915
- [fixed] Fix a race condition that could cause a segmentation fault during

0 commit comments

Comments
 (0)