Add changelog entry for ToastEventListener race condition fix

Document the fix from #2802 in the Unreleased section.
This commit is contained in:
Pierre-Yves Ricau
2026-02-26 17:13:14 +01:00
parent aba44b21ed
commit 51608c24bb

View File

@@ -3,6 +3,10 @@
Please thank our [contributors](https://github.com/square/leakcanary/graphs/contributors) 🙏 🙏 🙏.
## Unreleased
* 🔨 [#2802](https://github.com/square/leakcanary/pull/2802) Fix `ToastEventListener` race condition retaining a finished `Toast` in the static `toastCurrentlyShown` field
## Version 3.0 Alpha 8 (2024-06-04)
* Added support for proper hprof handling on heap growth detection failures. Also inlined some public collaborators to achieve that. We now have a single class that's a bit larger but also a lot more obvious.