From e8624d8d56328044abb0b792e13e35f71b63d7d7 Mon Sep 17 00:00:00 2001 From: Michael Enion Date: Sat, 21 Dec 2024 10:19:44 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20docs|Changelog|Add=20notes?= =?UTF-8?q?=20re=20215=20and=20related?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index c939add..d97aaf5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,8 @@ Potential fix for undefined when using `toNearest`. Closes #229. Fix for incorrect move penalty displaying for 1:2:1 diagonals with Use Grid for Movement Penalties enabled. Closes #226, #218. Wrap pathfinding in try/catch to avoid crashing the ruler. Closes #146. -Possible fix for tiny ruler labels. #205. +Possible fix for tiny ruler labels. #205. May also address #225. +Fix for dnd5e v4 error re "inferred source" when moving tokens into regions with terrain effects. Closes #215. May also address #230. # 0.10.15 Fix for multiple token dragging resulting in token moving through a wall. Closes #224.