aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2014-03-02 22:49:41 +1100
committerAlec Thomas <alec@swapoff.org>2014-03-02 22:49:41 +1100
commitcc5201fd22250a36dbfaeec09b90750ff489d2f1 (patch)
tree85bfd12e7c1a7cb904a25bfd58d9a0d89868cd60 /CHANGES.md
parentf21209417a2c4b3c874d8f58b653489c5cb2494f (diff)
Use raw pointers for components, allocated from pools.
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 9258362..f071241 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,9 @@
# Change Log
+## 2014-03-02 - Version 1.0.0alpha1 - Removed most uses of shared_ptr
+
+I've been slightly discontent with the use of `std::shared_ptr` in EntityX since soon after release, but didn't want to break the API immediately after releasing it. But I've decided that it's time.
+
## 2014-02-13 - Support for Visual C++
[Jarrett Chisholm](https://github.com/jarrettchisholm) has added conditional compilation support for VC++ and fixed some issues that prevented compilation, so EntityX now fully supports Visual C++!