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.