From a541db813372bfb31868704dfd18675668304408 Mon Sep 17 00:00:00 2001 From: Lumi Pakkanen Date: Fri, 29 Mar 2024 11:14:28 +0200 Subject: [PATCH] Add changelog for v0.0.3 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2904f7a..2967f1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 0.0.3 + * Bug fix: Connect nodes that are one unit apart within epsilon tolerance. [#12](https://github.com/xenharmonic-devs/ji-lattice/issues/12) + * Bug fix: Don't create "diagonal" edges even if the nodes are one unit apart. [#13](https://github.com/xenharmonic-devs/ji-lattice/issues/13) + ## 0.0.2 * Feature: Add the option to merge short edges into long ones to save drawing resources [#8](https://github.com/xenharmonic-devs/ji-lattice/issues/8) * Feature: Implement a helper to align prime directions horizontally