Skip to content
Open
Show file tree
Hide file tree
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
24 changes: 13 additions & 11 deletions firebase-crashlytics-ndk/CHANGELOG.md

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

firebase-crashlytics-ndk/CHANGELOG.md

Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 20.0.2

- [changed] Bumped internal dependencies.
Expand Down Expand Up @@ -107,7 +109,7 @@
<aside class="caution">This version of <code>firebase-crashlytics-ndk</code> can
cause a nondeterministic crash on startup. For more information, see
<a href="https://github.com/firebase/firebase-android-sdk/issues/4683"
class="external">GitHub Issue #4683</a>. We recommend updating to the
class="external">GitHub Issue #4683</a>. We recommend updating to the
latest version (v18.3.5+) which contains a fix.
</aside>

Expand Down Expand Up @@ -294,16 +296,16 @@ the new SDK.
<aside class="note"><p>The changes in these release notes are only relevant to
[crashlytics] NDK users who are upgrading from the legacy Fabric SDK.</p>
<ul>
<li>If you're using [crashlytics] for NDK crash reporting in your app for
the first time, follow the
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
started instructions</a>.
</li>
<li>If you're upgrading from the legacy Fabric SDK to the
[firebase_crashlytics] SDK for NDK crash reporting, follow the
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
instructions</a> to update your app with the following SDK changes.
</li>
<li>If you're using [crashlytics] for NDK crash reporting in your app for
the first time, follow the
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
started instructions</a>.
</li>
<li>If you're upgrading from the legacy Fabric SDK to the
[firebase_crashlytics] SDK for NDK crash reporting, follow the
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
instructions</a> to update your app with the following SDK changes.
</li>
</ul>
</aside>

Expand Down
2 changes: 2 additions & 0 deletions firebase-sessions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [fixed] Made creating DataStore files more resilient (#7440)

# 3.0.2

- [changed] Bumped internal dependencies.
Expand Down
Loading