aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAntony Woods <acron1@gmail.com>2013-10-29 18:25:31 +0000
committerAntony Woods <acron1@gmail.com>2013-10-29 18:25:31 +0000
commit113e4c6ea581d8573f0a16faa58a7e1abcd888e1 (patch)
tree8c1442fd8b7dd24d3117a767eb5b03ff5c2ffd91 /CHANGES.md
parentbdccd70f7041425d0740fe155bf6d6f6a0cd46bd (diff)
Tidying up and amending readme/changes
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 6660d33..706d0f2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,9 @@
# Change Log
+## 2013-10-29 [no-boost branch] - Removed boost dependency for everything except python integration.
+
+This branch requires C++11 support and has removed all the non-boost::python dependecies, reducing the overhead of running entityx.
+
## 2013-08-22 - Remove `boost::signal` and switch to `Simple::Signal`.
According to the [benchmarks](http://timj.testbit.eu/2013/cpp11-signal-system-performance/) Simple::Signal is an order of magnitude faster than `boost::signal`. Additionally, `boost::signal` is now deprecated in favor of `boost::signal2`, which is not supported on versions of Boost on a number of platforms.