From 2a1f9e7a32a1a2a7457bffe12e50b31a1aa06a02 Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Mon, 11 Jul 2022 10:59:47 -0700 Subject: [PATCH] Add C++ fixes in 9.2.0 to readme. --- docs/readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/readme.md b/docs/readme.md index 493a999c..d0befc5e 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -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