Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
caewok committed Jul 21, 2021
1 parent ba195bd commit e4a13b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e4a13b8

Please sign in to comment.