From f607a6ecf35add411a0be9f30df883e0860b03a0 Mon Sep 17 00:00:00 2001 From: Sebastiano Mandala Date: Sat, 4 Mar 2023 18:07:28 +0000 Subject: [PATCH] fix changelog --- com.sebaslab.svelto.ecs/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.sebaslab.svelto.ecs/CHANGELOG.md b/com.sebaslab.svelto.ecs/CHANGELOG.md index af6e1a0..ed31615 100644 --- a/com.sebaslab.svelto.ecs/CHANGELOG.md +++ b/com.sebaslab.svelto.ecs/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. Changes are listed in random order of importance. ## [3.4.0] - 03-2023 -~~~~ + * removed static caches used in performance critical paths as they were causing unexpected performance issues (the fetching of static data is slower than i imagined) * add Native prefix in front of the native memory utilities method names * largely improved the console logger system @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file. Changes are * Fix reported bugs * Minor Svelto Dictionary improvements * Added ValueContainer, a simple int, Tvalue dictionary based on sparse set. It has very specific use cases at the moment. Mainly to be used for the new ECS OOP Abstraction resoruce manager - +* Added IReactOnSubmissionStarted interface ## [3.3.2] - 04-06-2022