From 38f109d02026e1f2b697955f92c8d42ed89f1b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Mon, 17 Jul 2023 17:47:49 +0100 Subject: [PATCH] Update CHANGELOG.md --- com.sebaslab.svelto.ecs/CHANGELOG.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/com.sebaslab.svelto.ecs/CHANGELOG.md b/com.sebaslab.svelto.ecs/CHANGELOG.md index cd53b4b..2500424 100644 --- a/com.sebaslab.svelto.ecs/CHANGELOG.md +++ b/com.sebaslab.svelto.ecs/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. Changes are * SveltoOnDOTS bug fixes/improvements * Comments and code cleanup +* update Svelto.Common to 3.4.3 ## [3.4.4] - 04-2023 @@ -16,21 +17,7 @@ All notable changes to this project will be documented in this file. Changes are ## [3.4.2] - 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 -* minor improvements to the platform profiler structs -* improvements to the ThreadSafeObjectPool class (some refactoring too) -* added several datastructures previously belonging to Svelto.ECS -* all the FastClear methods are gone. The standard clear method now is aware of the type used and will clear it in the fastest way possible -* MemClear is added in case memory needs to be cleared explicitly -* added new SveltoStream, Unmanaged and Managed stream classes, their use case will be documented one day -* renamed the Svelto.Common.DataStructures namespace to Svelto.DataStructures -* added FixedTypedArray* methods. Fixed size arrays embedded in structs are now possible -* FasterList extension to convert to Span and ByteSpan -* 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 +* update Svelto.Common to 3.4.0 * Added IReactOnSubmissionStarted interface ### SveltoOnDOTS changes