summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f41fc16..b595121 100644
--- a/README.rst
+++ b/README.rst
@@ -278,6 +278,12 @@ To release new versions,
Changelog
---------
+- v2.1.3 (unreleased)
+
+ - Test and support Python 3.12.
+ - Change SPDX license header.
+ - Fix RRULE with negative COUNT, see `Issue 128 <https://github.com/niccokunzmann/python-recurring-ical-events/issues/128>`_
+
- v2.1.2
- Fix RRULE with EXDATE as DATE, see `PR 121 <https://github.com/niccokunzmann/python-recurring-ical-events/pull/121>`__ by Jan Grasnick and `PR 122 <https://github.com/niccokunzmann/python-recurring-ical-events/pull/122>`__.