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.