Skip to content

Commit

Permalink
Update unreleased changelog entries for 10.25.0 (#12839)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Cooke <[email protected]>
  • Loading branch information
andrewheard and ncooke3 authored Apr 23, 2024
1 parent 521cbcf commit c9d013b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.25.0
- [changed] Removed usages of user defaults API from internal Firebase Sessions
dependency to eliminate required reason impact.

Expand Down
2 changes: 1 addition & 1 deletion FirebaseAppCheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.25.0
- [changed] Removed usages of user defaults API to eliminate required reason impact.

# 10.19.1
Expand Down
2 changes: 1 addition & 1 deletion FirebaseCore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# Firebase 10.25.0
- [changed] Firebase now requires at least Xcode 15.2. See
https://developer.apple.com/news/?id=fxu2qp7b for more info.
- [Zip Distribution] Update zip integration instructions with tips for
Expand Down
2 changes: 1 addition & 1 deletion FirebaseDatabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.25.0
- [changed] Removed usages of user defaults API to eliminate required reason impact.

# 10.17.0
Expand Down
9 changes: 7 additions & 2 deletions FirebaseInAppMessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Unreleased
- [changed] Removed usages of user defaults API to eliminate required reason impact.
# 10.25.0
- [changed] Removed usages of user defaults API to eliminate required reason
impact.
- [changed] When installing In App Messaging via the zip distribution, its UI
resource bundle is now embedded within the In App Messaging framework.
Choose _Embed & Sign_ when integrating the framework. See the zip
distribution's README.md for more instructions.

# 10.22.0
- [fixed] Fixed an `objc_retain` crash. (#12393)
Expand Down
2 changes: 1 addition & 1 deletion FirebasePerformance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.25.0
- [changed] Removed usages of user defaults API to eliminate required reason impact.

# 10.18.0
Expand Down
2 changes: 1 addition & 1 deletion FirebaseRemoteConfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.25.0
- [fixed] Fixed bug preventing Remote Config from working with a custom sqlite3
dependency (#10884).

Expand Down
2 changes: 1 addition & 1 deletion Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 10.25.0
- [fixed] Allow blob of data with zero length. (#11773, #12620)
- [changed] Passing a non-nil value to the `@DocumentID` property wrapper's
setter no longer logs a warning since it discouraged valid patterns,
Expand Down

0 comments on commit c9d013b

Please sign in to comment.