Skip to content

Commit d971114

Browse files
authored
Fix rendering of link in M78 (#6302)
* Fix rendering of link in M78 An extra parentheses prevented the link from rendering properly. * Fixed Auth typo.
1 parent 33d7334 commit d971114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseAuth/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# v6.9.0
22
- [added] Added support for multi-tenancy (#6142).
33
- [added] Added basic watchOS support. (#4621)
4-
- [channged] Improved Xcode completion of public API completion handlers in Swift. (#6283)
4+
- [changed] Improved Xcode completion of public API completion handlers in Swift. (#6283)
55

66
# v6.8.0
77
- [fixed] Fix bug where multiple keychain entries would result in user persistence failure. (#5906)

FirebaseCore/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# v6.10.1 -- M78
22
- [added] Beta release of Swift Package Manager. Details
3-
[here]((https://github.com/firebase/firebase-ios-sdk/blob/master/SwiftPackageManager.md). (#3136)
3+
[here](https://github.com/firebase/firebase-ios-sdk/blob/master/SwiftPackageManager.md). (#3136)
44
- [changed] Firebase's dependencies on nanopb are updated from version 0.3.9.5 to
55
version 0.3.9.6 (1.30906.0 in CocoaPods).
66

0 commit comments

Comments
 (0)