From e14e9cb8c14fa34b595fff27806bf60bf8997789 Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Mon, 26 Feb 2024 16:06:38 +0330 Subject: [PATCH] chore: changelog entry added --- CHANGELOG.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ad3ab370..2cef5878 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Change Log This file loosely adheres to the structure of https://keepachangelog.com/, but in reStructuredText instead of Markdown. +2024-02-268 +********** + +Changed +======= +- Add prompt message to all cookiecutters +- Fix various typos + 2023-12-18 **********