From 141a87eb5f5081612c6418ac20fce0ede1041759 Mon Sep 17 00:00:00 2001 From: misiektoja Date: Fri, 7 Jun 2024 14:44:09 +0200 Subject: [PATCH] RN: release v1.2 added --- RELEASE_NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 678f134..e9c7fc8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,17 @@ This is a high-level summary of the most important changes. +# Changes in 1.2 (07 Jun 2024) + +**Features and Improvements**: + +- **IMPROVE:** pyright complained the code is too complex to analyze, so it has been simplified little bit (so it does not complain anymore) +- **IMPROVE:** Changed email notifications string in SIGUSR1 signal handler + +**Bug fixes**: + +- **BUGFIX:** Fixed nasty bug terminating the script in case of issues while processing story items (yes, copy & paste bug ;-)) + # Changes in 1.1 (03 Jun 2024) **Features and Improvements**: