Skip to content

Commit 7e9e4b3

Browse files
committed
reordered release notes
1 parent d470b84 commit 7e9e4b3

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
@@ -575,13 +575,13 @@ code.
575575
iOS and tvOS. The following products are currently included for tvOS:
576576
Auth, Database, Firestore, Functions, Installations, Messaging,
577577
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.
578580
- Firestore: Removed the deprecated
579581
`Firestore::RunTransaction(TransactionFunction*)` function. Please use
580582
the overload that takes a `std::function` argument instead.
581583
- Firestore: `FieldValue::Increment` functions are no longer guarded by
582584
the `INTERNAL_EXPERIMENTAL` macro.
583-
- General: Compiler setting of "no exceptions" on app is PRIVATE now
584-
and will not affect other targets in CMake builds.
585585
- Firestore: added more validation of invalid input.
586586
- Firestore: added an `is_valid` method to the public API classes that can
587587
be in an invalid state.

0 commit comments

Comments
 (0)