Skip to content

Commit c95c5cf

Browse files
committed
fixed release notes
1 parent 7e9e4b3 commit c95c5cf

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

release_build_files/readme.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -569,14 +569,15 @@ code.
569569

570570
### 8.3.0
571571
- Changes
572-
- General: This release adds tvOS C++ libraries that wrap the community
573-
supported Firebase tvOS SDK. `libs/tvos` contains tvOS specific
574-
libraries and the `xcframeworks` directory now includes support for both
575-
iOS and tvOS. The following products are currently included for tvOS:
576-
Auth, Database, Firestore, Functions, Installations, Messaging,
577-
Remote Config, Storage.
578-
- General: Compiler setting of "no exceptions" on app is PRIVATE now
579-
and will not affect other targets in CMake builds.
572+
- General: This release adds tvOS C++ libraries that wrap the
573+
community-supported Firebase tvOS SDK. `libs/tvos` contains
574+
tvOS-specific libraries, and the `xcframeworks` directory now
575+
includes support for both iOS and tvOS. The following products are
576+
currently included for tvOS: Auth, Database, Firestore, Functions,
577+
Installations, Messaging, Remote Config, Storage.
578+
- General: When building from source, the compiler setting of
579+
"no exceptions" on app is PRIVATE now and will not affect any other
580+
targets in the build.
580581
- Firestore: Removed the deprecated
581582
`Firestore::RunTransaction(TransactionFunction*)` function. Please use
582583
the overload that takes a `std::function` argument instead.

0 commit comments

Comments
 (0)