Skip to content

Commit f963bfb

Browse files
authored
Minor tweaks to release note (#2182)
* Minor tweaks * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 8def2aa commit f963bfb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Firestore/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
# v0.16.1
44
- [fixed] Offline persistence now properly records schema downgrades. This is a
5-
forward-looking change that allows versions past this one to safely downgrade
6-
to this version. Downgrading to versions prior this one can be safe depending
7-
on the source version. For example, downgrading from v0.16.1 to v0.15.0 is
8-
safe because there have been no schema changes between these releases.
5+
forward-looking change that allows all subsequent versions to safely downgrade
6+
to this version. Some other versions might be safe to downgrade to, if you can
7+
determine there haven't been any schema migrations between them. For example,
8+
downgrading from v0.16.1 to v0.15.0 is safe because there have been no schema
9+
changes between these releases.
910
- [fixed] Fixed an issue where gRPC would crash if shut down multiple times
1011
(#2146).
1112

0 commit comments

Comments
 (0)