Skip to content

Commit 3f0af59

Browse files
authored
Add C++ fixes in 9.2.0 to readme. (#399)
1 parent 2b0ee02 commit 3f0af59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/readme.md

+5
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ Release Notes
161161
- Firestore: Added `TransactionOptions` to control how many times a
162162
transaction will retry commits before failing
163163
([#318](https://github.com/firebase/firebase-unity-sdk/pull/318)).
164+
- Database (Desktop): If the app data directory doesn't exist, create it.
165+
This fixes an issue with disk persistence on Linux.
166+
- Messaging (Android): Make sure all the resources are closed in
167+
`RegistrationIntentService`.
168+
([#973](https://github.com/firebase/firebase-cpp-sdk/issues/973)).
164169

165170
### 9.1.0
166171
- Changes

0 commit comments

Comments
 (0)