From 17f2a38864654f778e77a7e66b9cccaf92f4c251 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Mon, 11 Apr 2022 17:02:47 +0200 Subject: [PATCH] =?UTF-8?q?DOC:=20Miscallenious=20=E2=9E=94=20Miscellaneou?= =?UTF-8?q?s=20(Typo)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thank you MasterOdin! Closes #734 --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 76d58b86d..0caf51b0e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -30,7 +30,7 @@ Developer Experience Improvements (DEV): - Pre commit: Developers can now `pre-commit install` to avoid tiny issues like trailing whitespaces -Miscallenious: +Miscellaneous: - Add the LICENSE file to the distributed packages (#288) - Use setuptools instead of distutils (#599)