From 6f9c8e6d067fb344fd1bb819ff0fccdf282ea5f0 Mon Sep 17 00:00:00 2001 From: Sander Mertens Date: Tue, 23 Feb 2021 04:36:20 -0800 Subject: [PATCH] #124 update CHANGELOG for release --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7701dad0c..6990b6517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,26 @@ FAQ: https://github.com/SanderMertens/flecs/blob/mast QUICKSTART: https://github.com/SanderMertens/flecs/blob/master/docs/Quickstart.md MANUAL: https://github.com/SanderMertens/flecs/blob/master/docs/Manual.md +----------------------------------------------------------------------- + VERSION 2.3.2 (Released 2021-02-23) +----------------------------------------------------------------------- + +## Improvements +- replace iostream with initializer_list (C++ API, thanks @ikrima!) +- ensure entity::m_id is initialized to 0 (C++ API, thanks @ikrima!) +- use ecs_os_malloc instead of new (C++ API, thanks @ikrima!) +- remove superfluous copies of lambda functions (C++ API, thanks @ikrima!) +- add CHANGELOG (thanks @ikrima!) + +## Bugfixes +- fix matching for queries with shared componnents when base entity is deleted +- fix various issues with component registration in C++ +- fix issue with setting target FPS on Apple M1 (thanks @prime31!) +- fix issues with CMake file (thanks @Spacelm!) +- fix crash when creating & deleting queries +- guarantee that id returned by new_component_id is unused + + ----------------------------------------------------------------------- VERSION 2.3.1 (Released 2021-02-02) ----------------------------------------------------------------------- @@ -28,7 +48,7 @@ MANUAL: https://github.com/SanderMertens/flecs/blob/mast ----------------------------------------------------------------------- - VERSION 2.3.1 (Released 2021-01-17) + VERSION 2.3.0 (Released 2021-01-17) ----------------------------------------------------------------------- ## Highlights