Skip to content

Commit 584f038

Browse files
committed
updated changelog
1 parent 9276b48 commit 584f038

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [3.9.0] - 2021-04-??
9+
### Added
10+
- 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.
11+
If you want to search for ```RenderTexture``` types, enter ```t:RenderTexture``` in the search-field.
12+
Thanks to jojo59516 for the implementation. See [PR#7](https://github.com/pschraut/UnityHeapExplorer/pull/7) for details.
913
### Fixed
1014
- Fixed UnityEngine.RectTransform handled as UnityEngine.Transform. Thanks to jojo59516 for the fix. See [PR#6](https://github.com/pschraut/UnityHeapExplorer/pull/6) for details.
1115

0 commit comments

Comments
 (0)