From 2f3362a3b342eba3fb4ee4e07a6014ccd0bf25d5 Mon Sep 17 00:00:00 2001 From: laixintao Date: Mon, 15 Apr 2024 17:19:03 +0800 Subject: [PATCH] update changelog for 1.15 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee0f7de..76d4c4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## UPCOMING +## 1.15 + +- Dependency: remove pendulum, add `python-dateutil` (thanks to [deronnax]) +- Dependency: Supports Python 3.12 Now! (thanks to [deronnax]) + + ### 1.14.1 - Bugfix: fix argument parsing, `"foo\nbar"` will be parsed to `foo` and `\` @@ -332,3 +338,4 @@ [aymericbeaumet]: https://github.com/aymericbeaumet [torrefatto]: https://github.com/torrefatto [chayim]: https://github.com/chayim +[deronnax]: https://github.com/deronnax