Skip to content

Commit 4316824

Browse files
authored
Release notes format fixes for platform series (#1053)
* add spaces in platform series * removed mac OS 32 bit
1 parent aae74a8 commit 4316824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release_build_files/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,14 +640,14 @@ code.
640640
cause duplicate symbol linker errors in conjunction with other libraries
641641
([#989](https://github.com/firebase/firebase-cpp-sdk/issues/989)).
642642
- GMA (iOS): Updated iOS dependency to Google Mobile Ads SDK version 9.7.0.
643-
- General (Android,iOS,Linux,macOS 32-bit): Fixed an integer overflow which
643+
- General (Android, iOS, Linux 32-bit): Fixed an integer overflow which
644644
could result in a crash or premature return when waiting for a `Future`
645645
with a timeout
646646
([#1042](https://github.com/firebase/firebase-cpp-sdk/pull/1042)).
647647

648648
### 9.3.0
649649
- Changes
650-
- General (Android,Linux): Fixed a concurrency bug where waiting for an
650+
- General (Android, Linux): Fixed a concurrency bug where waiting for an
651651
event with a timeout could occasionally return prematurely, as if the
652652
timeout had occurred
653653
([#1021](https://github.com/firebase/firebase-cpp-sdk/pull/1021)).

0 commit comments

Comments
 (0)