Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Aug 15, 2015
1 parent e18ec37 commit ca98a71
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.0
0.21.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.0
0.21.0
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.20.0
0.21.0
2 changes: 1 addition & 1 deletion Entitas/Entitas/entitas_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.0
0.21.0
19 changes: 19 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.21.0

##### Fixes
- Entitas.Migration
- Changed target framework to .NET 3.5 to fix build errors in VisualStudio (#22)

##### Entitas
- Changed pool.DestroyEntity(entity) behaviour
- won't trigger group.OnEntityRemoved anymore
- triggers group.OnEntityWillBeDestroyed
- removes entity from all groupObserver.collectedEntities
- ReactiveSystem doesn't pass on destroyed entities anymore
- ReactiveSystem doesn't call Execute() when filtered entities.Count == 0


##### Other
- Added project files (#18)


# 0.20.0

##### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/Entitas/describe_Pool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void when_created() {
g.GetEntities().should_contain(e);
};

context["when in object pool"] = () => {
context["when entity gets destroyed and pushed to object pool"] = () => {
Entity e = null;
before = () => {
e = _pool.CreateEntity();
Expand Down
Binary file modified bin/Entitas.zip
Binary file not shown.

0 comments on commit ca98a71

Please sign in to comment.