From 6cde338b6de4869f9818206253388ed284884791 Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Tue, 26 Dec 2023 15:22:05 +0330 Subject: [PATCH] chore: changelog added --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6233416..5e5518f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ Please respect the following instructions: # Changelog +## 2024-01-01 + +- [Improvement] Happy New Year! + Cookiecutter hooks to check input data validation. + Various licenses support. + New documentation format. + GitHub Actions for new plugins. + `dev` mode added to extra entries. + All configurations moved to one place for a better readability. + (by @CodeWithEmad). + ## 2023-11-21 - [Improvement] Mark compatibility with python 3.11 and 3.12 (by @CodeWithEmad).