diff options
author | Alec Thomas <alec@swapoff.org> | 2014-03-02 22:49:41 +1100 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2014-03-02 22:49:41 +1100 |
commit | cc5201fd22250a36dbfaeec09b90750ff489d2f1 (patch) | |
tree | 85bfd12e7c1a7cb904a25bfd58d9a0d89868cd60 /CHANGES.md | |
parent | f21209417a2c4b3c874d8f58b653489c5cb2494f (diff) |
Use raw pointers for components, allocated from pools.
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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++! |