Merge pull request #2804 from square/changelog-toast-fix

Add changelog entry for ToastEventListener race condition fix
This commit is contained in:
py - Pierre Yves Ricau
2026-02-26 13:03:35 -06:00
committed by GitHub

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 leak where LeakCanary's toast was leaking and triggering LeakCanary
## 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.