From d6e368504cf5002e1ed863aa2777c2613d3698ec Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 5 Jun 2024 01:47:17 +0530 Subject: [PATCH] Fix unbalanced code fences in changelog --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index d22af6c69..be1d86261 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -14,7 +14,7 @@ Revisited a number of API choices for heap growth, to simplify but also support behavior such as keep heap dumps on test failure, or zipping heap dumps for CI upload. * `HeapGrowthTraversal` is now `HeapDiff` -* `ObjectGrowthDetector.forAndroidHeap().repeatingAndroidInProcessScenario()` is now HeapDiff.repeatingAndroidInProcessScenario()` which is now really just a wrapper for HeapDiff.repeatingDumpingTestScenario()` with Android UI test specific configuration. +* `ObjectGrowthDetector.forAndroidHeap().repeatingAndroidInProcessScenario()` is now `HeapDiff.repeatingAndroidInProcessScenario()` which is now really just a wrapper for `HeapDiff.repeatingDumpingTestScenario()` with Android UI test specific configuration. * `maxHeapDumps` and `scenarioLoopsPerDump` have moved from being factory parameters to being per scenario parameters. * 💥 [#2683](https://github.com/square/leakcanary/pull/2683) Fix crash when java.lang.Object has multiple class load records in JVM heap dumps * 🔨 [#2682](https://github.com/square/leakcanary/pull/2682) Add support for unload class tags and records