From 69196d73a821ece659e46392dab9a26d2bc69b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Tue, 12 Apr 2022 16:32:00 +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 368a606..bb9ba24 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~~~~ +* All the IReactOn interfaces are now replaced by much faster IReacOn\*Ex interfaces. Use those isntead. * 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)