From e5857bcda95225b6542e38236f6b6a2763c64e01 Mon Sep 17 00:00:00 2001 From: Michael Enion Date: Sat, 17 Jul 2021 14:39:22 -0700 Subject: [PATCH] Update changelog. --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 448331d..330cefd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +# 0.2.3 +Fix #3. When a grid is present, snap the projected destination point to the center of the grid. This keeps the distances consistent for different cardinalities. Rounding still occurs with grid measurements such that adjacent squares may have the same measured 3-D distance despite appearing to be closer/further from the origin point. + ## 0.2.2 Update manifest for libruler dependency to point to correct JSON URL. Fixes #2.