summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-20 06:01:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-20 06:01:07 +0000
commit64092df9c6ecbdded8b51d23274b7d5f28af5e66 (patch)
tree499dba718b7345182d3e2d4b0074528c1528dbb3 /CHANGELOG.md
parentReleasing progress-linux version 1.14.1-1~progress7.99u1. (diff)
downloadiredis-64092df9c6ecbdded8b51d23274b7d5f28af5e66.tar.xz
iredis-64092df9c6ecbdded8b51d23274b7d5f28af5e66.zip
Merging upstream version 1.15.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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