From 3ffbbfa56c9b33611dd5d3c5d95e4a4346927ce5 Mon Sep 17 00:00:00 2001 From: Michael Enion Date: Thu, 10 Oct 2024 17:14:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20docs|Changelog|Add=20notes?= =?UTF-8?q?=20for=20v0.10.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 1e53540..1f22d70 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +# 0.10.14 +Fix for NaN in the move penalty calculation when moving over regions. + # 0.10.13 Use a cached map to track move penalties for different region combinations. Improves compatibility with DAE while not severely impacting performance. Addresses #209. Use a mixed wrap instead of override for `Ruler#_computeDistance`, which improves compatibility with some systems, like dnd4e. Closes #213.