Skip to content

Commit 31f7582

Browse files
committed
Update: package.json, CHANGELOG.md
1 parent e81100e commit 31f7582

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Assets/Editor Toolbox/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.13.2 [29.11.2024]
2+
3+
### Added:
4+
- AnimationCurveSettingsAttribute
5+
6+
### Changed:
7+
- Possibility to use [EditorButton] and [DynamicHelp] in nested types
8+
- For now SerializeReference properties without children will always be folded
9+
- Fix exception while building labels for generic types without arguments
10+
- Fix drawing SerializedDictionary if value or key types cannot be serialized
11+
112
## 0.13.1 [30.08.2024]
213

314
### Changed:

Assets/Editor Toolbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.browar.editor-toolbox",
33
"displayName": "Editor Toolbox",
4-
"version": "0.13.1",
4+
"version": "0.13.2",
55
"unity": "2018.1",
66
"description": "Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.",
77
"keywords": [

0 commit comments

Comments
 (0)