Skip to content

Update readme.md for 11.2.0 #766

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@ Support

Release Notes
-------------
### Upcoming Release
### 11.2.0
- Changes
- General: Update to Firebase C++ SDK version 11.2.0.
- General (Android): Update Firebase Android BoM dependencies to v32.1.1.
- General (iOS): Update Firebase Cocoapods dependencies to v10.11.0.
- Remote Config (Desktop): Fixed numeric conversion when the system
language's number format uses commas as decimal points.
- Remote Config (Desktop): Fixed handling of time zones on Windows when the
Expand All @@ -89,7 +92,7 @@ Release Notes
- General: Fix an [issue](https://github.com/firebase/firebase-unity-sdk/issues/726)
where AppCheck bundles were unintentionally included in App in the tgz.
- Auth: Fix a [crash](https://github.com/firebase/firebase-unity-sdk/issues/733)
that could occur when referencing CurrentUser.
that could occur when referencing CurrentUser.
- Auth: Remove internal methods.
- Database/Firestore (Desktop): Fixed a crash on Windows when the user's home
directory contains non-ANSI characters (Unicode above U+00FF).
Expand Down