summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2024-04-15 17:19:03 +0800
committerlaixintao <laixintaoo@gmail.com>2024-04-15 17:19:03 +0800
commit2f3362a3b342eba3fb4ee4e07a6014ccd0bf25d5 (patch)
treea5b08bac54f3bea465bb59cc047baf1d0fd22466
parent69dfcfe2edb734e87ccaf974bf9da0f3457a3d3c (diff)
update changelog for 1.15
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ee0f7d..76d4c4d 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