aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2022-04-19 20:37:20 +0900
committerRyo Nihei <nihei.dev@gmail.com>2022-04-19 20:37:20 +0900
commitb691638cfddc42b95c866bd16164918f6f44ed34 (patch)
treee982860410ebe802b81f751f3040052178bb9d25 /CHANGELOG.md
parentFix the calculation of inverse bracket expressions (diff)
downloadtre-b691638cfddc42b95c866bd16164918f6f44ed34.tar.gz
tre-b691638cfddc42b95c866bd16164918f6f44ed34.tar.xz
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64e1787..8c62b4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## v0.6.1
+
+* [#5](https://github.com/nihei9/maleeni/issues/5), [ec2233e](https://github.com/nihei9/maleeni/commit/ec2233e894245aa963598dcc4f7e144a4c6c3192) - Avoid panic on spelling inconsistencies errors.
+* [#7](https://github.com/nihei9/maleeni/issues/7), [bff52b5](https://github.com/nihei9/maleeni/commit/bff52b5cfbe3701f37f73c57ff81249f8d647174) - Fix the calculation of inverse bracket expressions.
+
+[Changes](https://github.com/nihei9/maleeni/compare/v0.6.0...v0.6.1)
+
## v0.6.0
* [12bfeb8](12bfeb83ae4a804d05c7f6eab5c6b2b972b7d8d2) - Refactor the UCD file parsers.