Skip to content

Commit

Permalink
Add C++ fixes in 9.2.0 to readme. (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov authored Jul 11, 2022
1 parent 2b0ee02 commit 3f0af59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ Release Notes
- Firestore: Added `TransactionOptions` to control how many times a
transaction will retry commits before failing
([#318](https://github.com/firebase/firebase-unity-sdk/pull/318)).
- Database (Desktop): If the app data directory doesn't exist, create it.
This fixes an issue with disk persistence on Linux.
- Messaging (Android): Make sure all the resources are closed in
`RegistrationIntentService`.
([#973](https://github.com/firebase/firebase-cpp-sdk/issues/973)).

### 9.1.0
- Changes
Expand Down

0 comments on commit 3f0af59

Please sign in to comment.