From 40d0acda3a703c1b5d496254cf3bfe1a10eb6f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sat, 4 Jun 2022 14:19:23 +0100 Subject: [PATCH] update changelog --- com.sebaslab.svelto.ecs/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com.sebaslab.svelto.ecs/CHANGELOG.md b/com.sebaslab.svelto.ecs/CHANGELOG.md index 5038a5a..50e78fe 100644 --- a/com.sebaslab.svelto.ecs/CHANGELOG.md +++ b/com.sebaslab.svelto.ecs/CHANGELOG.md @@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file. Changes are * The point above may result in a performance boost in the Filters updates during submission * Code is again 2019 compatible (this may have been broken for a while) * Fix a crash wit the EntityCollection deconstruction while trying to deconstruct an empty collection +* Breaking: EntityFilterCollection GetGroupFilter will throw an exception if the filter doesn't exist. Use GetOrCreateGroupFilter in case. +* Breaking: LocatorMap has been renamed to EntityReferenceMap +* Breaking: GetEntityLocatorMap has been renamed to GetEntityReferenceMap ## [3.3.1] - 26-04-2022