From 76733c3e84889eb0e13897048bd33095e1f16a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Tue, 12 Apr 2022 16:32:09 +0100 Subject: [PATCH] Update CHANGELOG.md --- com.sebaslab.svelto.ecs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.sebaslab.svelto.ecs/CHANGELOG.md b/com.sebaslab.svelto.ecs/CHANGELOG.md index bb9ba24..0cfa209 100644 --- a/com.sebaslab.svelto.ecs/CHANGELOG.md +++ b/com.sebaslab.svelto.ecs/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. Changes are * INeedEGID and INeedEntityReference interfaces are not deprecated, but still available for backwards compatibility through the define SLOW_SVELTO_SUBMISSION * There are some minor breaking changes, you may need to rename a bunch of methods calls * Drastically improved Submission phase performance -* All the IReactOn interfaces are now replaced by much faster IReacOn\*Ex interfaces. Use those isntead. +* All the IReactOn interfaces are now replaced by much faster IReacOn\*Ex interfaces. Use those instead. * QueryEntities methods now optionally return also an array of Entity IDs that you can reference like a component (this supersedes INeedEGID) * Completely reworked and way more powerful filter API. The old one has been renamed to Legacy and left for backward compatibility * NativeEGIDMultiMapper doesn't need to be created every submission anymore. It can be created permanently and disposed when not used anymore (some caveats with it)