Skip to content

Commit 2c5a642

Browse files
authored
Update C++ readme. (#273)
1 parent 224a55e commit 2c5a642

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

release_build_files/readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -574,16 +574,18 @@ code.
574574
### 7.1.0
575575
- Changes
576576
- Auth: You can now specify a language for emails and text messages sent
577-
from your apps using UseAppLanguage() or set_language_code().
577+
from your apps using `UseAppLanguage()` or `set_language_code()`.
578578
- Firestore: Fixed partial updates in `Update()` with
579579
`FieldValue::Delete()`
580580
([#882](https://github.com/firebase/quickstart-unity/issues/882)).
581581
- Messaging (Android): Now uses `enqueueWork` instead of `startService`.
582-
This fixes lost messages with data payloads received when app
583-
is in background.
582+
This fixes lost messages with data payloads received when the app
583+
is in the background.
584584
([#877](https://github.com/firebase/quickstart-unity/issues/877)
585-
- Remote Config: Added RemoteConfig instance and new APIs to better manage
586-
fetching config datas. Deprecating module functions.
585+
- Remote Config: Added `firebase::remote_config::RemoteConfig` class with
586+
new instance-based APIs to better manage fetching config data.
587+
- Remote Config: Deprecated old module-based API in favor of the new
588+
instance-based API instead.
587589

588590
### 7.0.1
589591
- Changes

0 commit comments

Comments
 (0)