diff options
author | Alec Thomas <alec@swapoff.org> | 2013-08-17 20:43:48 -0400 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2013-08-17 20:43:48 -0400 |
commit | 85acbac9ef2838926e367fbd82ca5964668744d0 (patch) | |
tree | a49a56a30bc33d335cdb3c3a61d8ab59ce919fff /CHANGELOG.md | |
parent | ae73146efcb2d7a841abe2908128fdf6e6bc348a (diff) |
Clarify docs + dump test output on failure.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ae58255..89c92d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ Two big changes in this release: 1. Python scripting support (alpha). - - Bridges the EntityX entity-component system into Python. - Components and entities can both be defined in Python. - Systems must still be defined in C++, for performance reasons. @@ -14,4 +13,4 @@ Two big changes in this release: See the [README](https://github.com/alecthomas/entityx/blob/master/entityx/python/README.md) for help, and the [C++](https://github.com/alecthomas/entityx/blob/master/entityx/python/PythonSystem_test.cc) and [Python](https://github.com/alecthomas/entityx/tree/master/entityx/python/entityx/tests) test source for more examples. -2. Updated the build system to +2. Made the build system much more robust, including automatic feature selection with manual override. |