From b709940ca7af74137d3660936cfec85baf2470dd Mon Sep 17 00:00:00 2001 From: Martin Lange <44003176+mlange-42@users.noreply.github.com> Date: Wed, 27 Nov 2024 01:08:49 +0100 Subject: [PATCH] Update changelog for v0.13.3 (#434) --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ce3c67..36eac789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ -## [[unpublished]](https://github.com/mlange-42/arche/compare/v0.13.2...main) +## [[v0.13.3]](https://github.com/mlange-42/arche/compare/v0.13.2...v0.13.3) + +### Performance + +* Simplifies the archetype graph to use only a single list of neighbors per node, saving a bit of memory (#433) ### Documentation * Adds an example for `World.Mask`, showing how to check whether a filter "contains" an entity (#428) * Adds the [beecs](https://github.com/mlange-42/beecs) implementation of [BEEHAVE](https://beehave-model.net/) to the showcase (#429) -### Performance - -* Simplifies the archetype graph to use only a single list of neighbors per node, saving a bit of memory (#433) - ## [[v0.13.2]](https://github.com/mlange-42/arche/compare/v0.13.1...v0.13.2) ### Bugfixes