Skip to content
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

[Release] Update changelogs for user defaults migration PRs #12774

Merged
merged 2 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions Crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
- [changed] Removed usages of user defaults API to eliminate required reason impact.

# 10.24.0
- [fixed] Fix `'FirebaseCrashlytics/FirebaseCrashlytics-Swift.h' file not found`
errors (#12611).
Expand Down
3 changes: 3 additions & 0 deletions FirebaseAppCheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
- [changed] Removed usages of user defaults API to eliminate required reason impact.

# 10.19.1
- [fixed] Fix bug in apps using both AppCheck and ARCore where AppCheck
unnecessarily tries to create tokens for the ARCore SDK. This results in
Expand Down
3 changes: 3 additions & 0 deletions FirebaseDatabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
- [changed] Removed usages of user defaults API to eliminate required reason impact.

# 10.17.0
- [feature] The `FirebaseDatabase` module now contains Firebase Database's
Swift-only APIs that were previously only available via the
Expand Down
3 changes: 3 additions & 0 deletions FirebaseInAppMessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
- [changed] Removed usages of user defaults API to eliminate required reason impact.

# 10.22.0
- [fixed] Fixed an `objc_retain` crash. (#12393)

Expand Down
3 changes: 3 additions & 0 deletions FirebasePerformance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
- [changed] Removed usages of user defaults API to eliminate required reason impact.

# 10.18.0
- [fixed] Fix a Xcode 15.1 build warning (#12027).

Expand Down
Loading