Skip to content

Minor tweaks to release note #2182

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 3 commits into from
Dec 13, 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
6 changes: 3 additions & 3 deletions Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# v0.16.1
- [fixed] Offline persistence now properly records schema downgrades. This is a
forward-looking change that allows versions past this one to safely downgrade
to this version. Downgrading to versions prior this one can be safe depending
on the source version. For example, downgrading from v0.16.1 to v0.15.0 is
forward-looking change that allows all subsequent versions to safely downgrade
to this version. Depending on the source version, you can also downgrade to
previous versions. For example, downgrading from v0.16.1 to v0.15.0 is
safe because there have been no schema changes between these releases.
- [fixed] Fixed an issue where gRPC would crash if shut down multiple times
(#2146).
Expand Down