Skip to content

Commit

Permalink
Merge pull request #2687 from msfjarvis/patch-1
Browse files Browse the repository at this point in the history
Fix unbalanced code fences in changelog
  • Loading branch information
pyricau authored Jun 8, 2024
2 parents 94332dd + d6e3685 commit 315b335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 315b335

Please sign in to comment.