Skip to content

Commit 78197af

Browse files
authored
Update changelogs and script (#7278)
1 parent a764d00 commit 78197af

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Crashlytics/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Unreleased
2-
- [changed] Removed obsolete crash reporting mechanism from the SDK
1+
# v7.4.0
2+
- [changed] Removed obsolete crash reporting mechanism from the SDK (#7076).
33

44
# v7.3.0
55
- [added] Added Crashlytics support for x86 apps running on Apple Silicon via Rosetta 2

FirebaseStorage/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 7.4.0
2-
- [Fixed] Prevent second `listAll` callback. (#7197)
2+
- [fixed] Prevent second `listAll` callback. (#7197)
33

44
# 7.3.0
5-
- [Fixed] Verify block is still alive before calling it in task callbacks. (#7051)
5+
- [fixed] Verify block is still alive before calling it in task callbacks. (#7051)
66

77
# 7.1.0
8-
- [Fixed] Remove explicit MobileCoreServices library linkage from podspec. (#6850)
8+
- [fixed] Remove explicit MobileCoreServices library linkage from podspec. (#6850)
99

1010
# 7.0.0
1111
- [changed] The global variable `FIRStorageVersionString` is deleted.

scripts/make_release_notes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'Firestore/CHANGELOG.md': '{{firestore}}',
4444
'Functions/CHANGELOG.md': '{{cloud_functions}}',
4545
'FirebaseRemoteConfig/CHANGELOG.md': '{{remote_config}}',
46-
46+
'FirebasePerformance/CHANGELOG.md': '{{perfmon}}',
4747
# 'GoogleDataTransport/CHANGELOG.md': '?',
4848
}
4949

0 commit comments

Comments
 (0)