Skip to content

Commit 8c73437

Browse files
committed
Update: package.json, CHANGELOG.md
1 parent f7ed2d0 commit 8c73437

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Assets/Editor Toolbox/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.12.9 [27.01.2024]
2+
3+
### Changed:
4+
- Fix rare invalid SerializedProperty iterator when editing child properties
5+
- Extend objects creation behaviour while using the ReferencePickerAttribute (possibility to create uninitialized objects)
6+
- Minor UX improvements in the ScriptableObjectCreationWizard
7+
18
## 0.12.8 [29.12.2023]
29

310
### 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.12.8",
4+
"version": "0.12.9",
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)