Skip to content

Commit fdb111d

Browse files
committed
updated changelog
1 parent 3b322f7 commit fdb111d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
### Fixed
99
- Fixed search regression introduced in 3.9.0. Thanks to jojo59516 for the fix. See [PR#10](https://github.com/pschraut/UnityHeapExplorer/pull/10) for details.
1010
- Fixed "ArgumentException: Getting control 2's position in a group with only 2 controls when doing repaint" error that occurred very often when loading a memory snapshot.
11-
11+
- Fixed high CPU utilization caused by repainting the "analyzing in progress" GUI. Thanks to jojo59516 for the fix. See [PR#11](https://github.com/pschraut/UnityHeapExplorer/pull/11) for details.
12+
- Fixed that closing the Heap Explorer window while analyzing a memory snapshot is in progress sometimes didn't close the window immediately. Thanks to jojo59516 for the fix. See [PR#11](https://github.com/pschraut/UnityHeapExplorer/pull/11) for details.
13+
1214
## [3.9.0] - 2021-04-11
1315
### Added
1416
- Added ability to search for a specific type in any list that provides a search-field. Use ```t:type``` just like in Unity's search-fields too.

0 commit comments

Comments
 (0)