From 442f075dd757f071865a1f6026fb4977bb5a7cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Tue, 12 Apr 2022 16:33:02 +0100 Subject: [PATCH] Update CHANGELOG.md --- com.sebaslab.svelto.ecs/CHANGELOG.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/com.sebaslab.svelto.ecs/CHANGELOG.md b/com.sebaslab.svelto.ecs/CHANGELOG.md index 0cfa209..aa0184c 100644 --- a/com.sebaslab.svelto.ecs/CHANGELOG.md +++ b/com.sebaslab.svelto.ecs/CHANGELOG.md @@ -33,30 +33,21 @@ All notable changes to this project will be documented in this file. Changes are * Improved and fixed Serialization code * Ensure that the creation of static groups is deterministic (GroupHashMap) - ## [3.1.3] -### Fixed - * bumped dependency of Svelto.Common due to an important fix there. ## [3.1.2] -### Changed - * improved async entity submission code (still experimental) * improved native entity operations debug info ## [3.1.1] -### Changed - * SubmissionEngine didn't need the EntityManager property, so it has been removed ## [3.1.0] -### Changed - * rearrange folders structures for clarity * added DoubleEntitiesEnumerator, as seen in MiniExample 4, to allow a double iteration of the same group skipping already checked tuples @@ -70,5 +61,5 @@ All notable changes to this project will be documented in this file. Changes are but can be converted to the original object in OOP abstract layers * renamed NativeEntityComponentInitializer to NativeEntityInitializer -### Fixed +