Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Jul 30, 2015
1 parent b2ca954 commit 29b4040
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.0
0.19.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.0
0.19.1
2 changes: 1 addition & 1 deletion Entitas.Unity/Assets/Libraries/Entitas/entitas_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.0
0.19.1
2 changes: 1 addition & 1 deletion Entitas/Entitas/entitas_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.0
0.19.1
15 changes: 15 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.19.1

##### Entitas
- GroupObserver supports observing multiple groups
- Added support for IMultiReactiveSystem
- Added internal entity._isEnabled to prevent modifying pooled entities
- Replaced internal object pool with Stack<Entity>

##### Entitas.CodeGenerator
- Fixed generated replace method, when replacing non existent component

##### Entitas.Unity.VisualDebugging
- Drastically improved performance and memory usage by caching ToString() and reducing setting gameObject.name


# 0.19.0

##### Breaking changes
Expand Down
Binary file modified bin/Entitas.zip
Binary file not shown.

0 comments on commit 29b4040

Please sign in to comment.