Skip to content
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
2 changes: 1 addition & 1 deletion FirebaseAuth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 12.7.0
- [fixed] Add a mechanism to prevent concurrent token refreshes. (#15474)
- [fixed] Fix "weak never mutated" build warning introduced in Xcode 26.2.

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 12.7.0
- [fixed] [CocoaPods] Enable module map generation for Firebase pods. This
resolves build failures when using static linking
(`use_frameworks! :linkage => :static`) in projects using frameworks like
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
# 12.7.0
- [fixed] Concurrency crash in FView. (#15514)

# 11.9.0
Expand Down
Loading