From f7051aa13c3241a81e31b04775c7dbc0fe8690c9 Mon Sep 17 00:00:00 2001 From: Lumi Pakkanen Date: Sat, 2 Mar 2024 09:53:57 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6e266..2904f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Change log -## (unreleased) +## 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 ## 0.0.1 * Feature: Collect overlapping steps in an equally tempered grid into a list of indices [#6](https://github.com/xenharmonic-devs/ji-lattice/issues/6)