Skip to content

Commit 818271f

Browse files
Add Changelog entries
1 parent 273f46c commit 818271f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

firebase-database/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
- [changed] Added `@RestrictTo` annotations to discourage the use of APIs that
33
are not public. This affects internal APIs that were previously obfuscated
44
and are not mentioned in our documentation.
5+
- [changed] Improved error messages for certain Number types that are not
6+
supported by our serialization layer (#272).
57

68
# 16.0.6
79
- [fixed] Fixed an issue that could cause a NullPointerException during the

firebase-firestore/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
- [changed] Added `@RestrictTo` annotations to discourage the use of APIs that
1212
are not public. This affects internal APIs that were previously obfuscated
1313
and are not mentioned in our documentation.
14+
- [changed] Improved error messages for certain Number types that are not
15+
supported by our serialization layer (#272).
1416

1517
# 18.0.1
1618
- [fixed] Fixed an issue where Firestore would crash if handling write batches

0 commit comments

Comments
 (0)