From e4a13b820af4262c7ef589345b47fc951d5c7e5f Mon Sep 17 00:00:00 2001 From: Michael Enion Date: Wed, 21 Jul 2021 16:28:10 -0700 Subject: [PATCH] Update changelog. --- Changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 3567c9b..93d9b72 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # 0.2.5 -For conceptual consistency, switch to projecting the origin point for the token so that the projected path goes from the token at a given height to the destination point. May not result in a different outcome in most cases, but may be different for edge cases when measuring diagonals. +Correct "jumping token" issue where when the token is moved, it will appear to drift off the path and move twice. + +For conceptual consistency, switch to projecting the origin point for the token so that the projected path goes from the token at a given height to the destination point. This was the intended approach, but the origin/destination got flipped in the projection code. May not result in a different outcome in most cases, but may be different for edge cases when measuring diagonals. # 0.2.4 Minor update with additional checks on presence of elevation increment flag. Additional logging.