Skip to content

Commit d6e3685

Browse files
authored
Fix unbalanced code fences in changelog
1 parent 94332dd commit d6e3685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Revisited a number of API choices for heap growth, to simplify but also support
1414
behavior such as keep heap dumps on test failure, or zipping heap dumps for CI upload.
1515

1616
* `HeapGrowthTraversal` is now `HeapDiff`
17-
* `ObjectGrowthDetector.forAndroidHeap().repeatingAndroidInProcessScenario()` is now HeapDiff.repeatingAndroidInProcessScenario()` which is now really just a wrapper for HeapDiff.repeatingDumpingTestScenario()` with Android UI test specific configuration.
17+
* `ObjectGrowthDetector.forAndroidHeap().repeatingAndroidInProcessScenario()` is now `HeapDiff.repeatingAndroidInProcessScenario()` which is now really just a wrapper for `HeapDiff.repeatingDumpingTestScenario()` with Android UI test specific configuration.
1818
* `maxHeapDumps` and `scenarioLoopsPerDump` have moved from being factory parameters to being per scenario parameters.
1919
* 💥 [#2683](https://github.com/square/leakcanary/pull/2683) Fix crash when java.lang.Object has multiple class load records in JVM heap dumps
2020
* 🔨 [#2682](https://github.com/square/leakcanary/pull/2682) Add support for unload class tags and records

0 commit comments

Comments
 (0)