Skip to content

Commit f7ad40e

Browse files
committed
fix: changelog update
1 parent 4435ec7 commit f7ad40e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
[Unreleased]
7+
## Changed
8+
- Fixed issue when creating multiple items without renaming it would cause a null reference.
9+
- Removed Synchronize Assets button from the Collection Editor, this is already happening multiple times
10+
- Renamed Generator button to Run Generator instead of Generate Items since was misleading
611

712
## [2.4.0] - 24/05/2025
813
## Changed
@@ -712,4 +717,4 @@ public bool IsValidConsumable(Consumable consumable)
712717
[1.1.1]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.1.1
713718
[1.1.0]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.1.0
714719
[1.0.1]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.0.1
715-
[1.0.0]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.0.0
720+
[1.0.0]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.0.0

0 commit comments

Comments
 (0)