Skip to content

Commit e0da418

Browse files
committed
Update CHANGELOG.md & package.json
1 parent b628148 commit e0da418

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

Assets/Editor Toolbox/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.11.9 [22.10.2022]
2+
3+
### Added:
4+
- ScriptableObjectCreationWizard (possibility to create multiple ScriptableObjects at once)
5+
6+
### Changed:
7+
- Fix displaying empty fields marked with the [SerializeReference] attribute
8+
- Fix Scene data serialization in the SerializedScene class
9+
- Fix retrieving FieldInfo from nested [SerializeReference]-based fields
10+
111
## 0.11.8 [15.09.2022]
212

313
### Added:

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.11.8",
4+
"version": "0.11.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)