Skip to content

Commit 3af728b

Browse files
committed
Updated release notes
1 parent 5e6a07b commit 3af728b

File tree

8 files changed

+23
-5
lines changed

8 files changed

+23
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.24.6
1+
0.25.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.24.6
1+
0.25.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.24.6
1+
0.25.0

Entitas/Entitas/entitas_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.24.6
1+
0.25.0

RELEASE_NOTES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.25.0
2+
3+
##### Entitas
4+
- Improved AERC performance
5+
- Added group.RemoveAllEventHandlers()
6+
- Added pool.ClearGroups() to remove all groups and remove all their event handlers
7+
- Added pool.ResetCreationIndex()
8+
- Throwing exception when there are retained entities and pool.DestroyAllEntities() is called
9+
- Renamed entity.refCount to entity.retainCount
10+
11+
##### Entitas.Unity.VisualDebugging
12+
- Fixed creating entities
13+
- Showing warning when there are retained entities
14+
15+
##### Other
16+
- Added UnityTests project with Unity Test Tools to fix a Unity specific HashSet bug
17+
18+
119
# 0.24.6
220

321
##### Entitas
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.24.6
1+
0.25.0

bin/Entitas-CSharp.zip

276 Bytes
Binary file not shown.

bin/Entitas-Unity.zip

435 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)