From ddaaffa3149bb18663c2956f8858ab241f2cb8d0 Mon Sep 17 00:00:00 2001 From: PY Date: Thu, 14 Nov 2019 12:42:34 -0800 Subject: [PATCH] Update changelog.md --- docs/changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index db74371bfc..5d84e5bfa7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,9 @@ ## Next release -* Added support for deobfuscation using Proguard mapping files in Shark [#1499](https://github.com/square/leakcanary/issues/1499) +* Improved string rendering for heap analysis results +* Support for pattern matching of native reference leaks [#1562](https://github.com/square/leakcanary/issues/1562) +* Added support for deobfuscation using Proguard mapping files in Shark [#1499](https://github.com/square/leakcanary/issues/1499). This isn't directly supported in LeakCanary yet. * Added support for extracting metadata from the heap dump (see the[recipe](recipes.md#extracting-metadata-from-the-heap-dump)) [#1519](https://github.com/square/leakcanary/issues/1519) * Several performance improvements when parsing heap dumps * Fixed several bugs and crashes