diff --git a/CHANGES.rst b/CHANGES.rst index 92b2fc87..2d2fa66d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -33,6 +33,8 @@ Breaking changes: - Replaced ``pkg_resources.get_distribution`` with ``importlib.metadata`` in ``docs/conf.py`` to allow building docs on Python 3.12. +- Remove untested and broken ``LocalTimezone`` and ``FixedOffset`` tzinfo + sub-classes, see `Issue 67 `_ New features: