Skip to content

Commit c25f724

Browse files
authored
Miscellaneous doc fixes (#7506)
* misc doc fixes * add pr number to changelog
1 parent 796b8dc commit c25f724

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

FirebaseAuth/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 7.6.0
22
- [fixed] Auth emulator now works across the local network. (#7350)
33
- [fixed] Fixed incorrect import for watchOS (#7425)
44

FirebaseCore/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# FirebaseCore 7.7.0
22
- [changed] Deprecated FirebaseMLModelInterpreter and FirebaseMLVision.
33
- [added] Introduced FirebaseMLModelDownloader.
4+
- [fixed] Fixed missing doc comment in `FirebaseVersion()` (#7506).
45

56
# FirebaseCore 7.6.0
67
- [fixed] Fixed build warnings introduced with Xcode 12.5. (#7431)

FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
NS_ASSUME_NONNULL_BEGIN
2020

21+
/** Returns the current version of Firebase. */
2122
NS_SWIFT_NAME(FirebaseVersion())
2223
NSString* FIRFirebaseVersion(void);
2324

0 commit comments

Comments
 (0)