From ab946a0d600798e10543942565c0ba190c3f3d10 Mon Sep 17 00:00:00 2001 From: Imbris Date: Sat, 3 Jun 2023 16:55:38 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d53a3d006..545c9e764f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,6 +89,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Multiple model support for dropped items (orichalcum armor) - Made rtsim monsters not go into too deep water, and certainly not outside the map. - Fixed bug where npcs would be dismounted from vehicles if loaded/unloaded in a certain order. +- Fixed a slow leak on the server where Uid -> Entity mappings weren't cleaned up. +- Clients going back into the character screen now properly have their old entity cleaned up on + other clients. ## [0.14.0] - 2023-01-07