From 32ab23b416d34c248fc898d083824776051fd107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Fri, 17 Nov 2023 10:20:00 +0100 Subject: [PATCH] Release notes for 1.2.0 (#1200) --- HISTORY.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index d1c10eb8d..f05e92d60 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,23 @@ History ======= +1.2.0 (unreleased) +------------------ + +New features: +- New ``PREFER_MONTH_OF_YEAR`` setting (#1146) + +Fixes: +- Absolute years in Russian are no longer being treated as a number of years in + the past (#1129) + +Cleanups and internal improvements: +- Removed the use of ``datetime.utcnow``, deprecated on Python 3.12 (#1179) +- Applied Black formatting to the code base (#1158) +- Initial integration with OSSFuzz (#1198) +- Extended test cases (#1191) + + 1.1.8 (2023-03-22) ------------------