Skip to content

Commit a277ad5

Browse files
committed
Update changelog
1 parent 513bec1 commit a277ad5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ This release tidies up this package, so it is consistent with other packages pub
1111

1212
### Changes
1313

14-
- Updated all built-in `BaseScriptableEvent` and `ScriptableEvent` implementations to use `sealed` keyword to prevent inheriting built-in event and listener implementations.
1514
- Renamed `BaseScriptableEvent` to `ScriptableEvent`.
1615
- Renamed `BaseScriptableEventListener` to `ScriptableEventListener`.
1716
- Renamed `BaseScriptableEventEditor` to `ScriptableEventEditor`.
1817
- Renamed `BaseScriptableEventListenerEditor` to `ScriptableEventListenerEditor`.
18+
- Updated all built-in `BaseScriptableEvent` and `ScriptableEvent` implementations to use `sealed` keyword to prevent inheriting built-in event and listener implementations.
1919
- Updated namespaces to use `CHARK.` prefix.
2020
- Updated menu items to use `CHARK/` prefix.
21+
- Updated samples as they broke after changing class names and namespaces.
2122
- Updated script generation logic to accomodate namespace and naming changes.
2223
- Updated Documentation to include, namespace, menu item and renaming changes. Additionally, some information regarding addressables was added as well.
2324

0 commit comments

Comments
 (0)