Skip to content

Update CHANGELOG for Firestore v0.14.0 #2025

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 31, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Unreleased

# v0.14.0
- [fixed] Fixed compilation with in C99 and C++11 modes without GNU extensions.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"with in" ==> typo? i'd go with "compilation in C99 and C++11 modes" personally

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol, i mean, it could've been "with" or "in" or "within" — you were just covering all of the potential prepositions. +10 points for being thorough!

- [changed] Moved from Objective-C gRPC framework to gRPC C++. If you're
manually tracking dependencies, the `gRPC`, `gRPC-ProtoRPC`, and
`gRPC-RxLibrary` frameworks have been replaced with `gRPC-C++`. While we
don't anticipate any issues, please [report any issues with network
behavior](https://github.com/firebase/firebase-ios-sdk/issues/new) you
experience. (#1968)

# v0.13.6
- [changed] Internal improvements.

Expand Down