From 17b968119f056aa62c61afdbfdf9d51ad3f1b9a4 Mon Sep 17 00:00:00 2001 From: Eryk Mroczek Date: Mon, 5 Feb 2024 17:58:08 +0100 Subject: [PATCH] Update release date --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ffe890..e052e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All important changes will be described in this file. Or rather I will try to document them here. -## [0.4.0] - 2024-02-XX +## [0.4.0] - 2024-02-05 This release marks an important milestone. From now on `mofmt` will be implemented in Rust. The migration was motivated by very poor @@ -18,7 +18,7 @@ savings that can be spent in the future on more advanced features like HTML formatting, and opens possibilities of performance gains through multithreading etc. -Few long exisisting bugs were fixed along the way. There are some minor +Few long existing bugs were fixed along the way. There are some minor changes in the style applied by `mofmt`. Refer to the `code-style.md`. ### Added