Skip to content

Commit

Permalink
log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jun 24, 2024
1 parent e72a3a6 commit c981e4d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,14 @@ Breaking changes:
- Remove untested and broken ``LocalTimezone`` and ``FixedOffset`` tzinfo
sub-classes, see `Issue 67 <https://github.com/collective/icalendar/issues/67>`_

- Remove ``pytz`` as a dependency of ``icalendar``. If you require ``pytz``,
add it to your dependency list or install it additionally with::

pip install icalendar>=6.0.0 pytz

New features:

- ...
- Add function ``icalendar.use_pytz()``.

Bug fixes:

Expand Down

0 comments on commit c981e4d

Please sign in to comment.