Skip to content

Commit

Permalink
Port release notes from 0.7.1 to main
Browse files Browse the repository at this point in the history
  • Loading branch information
C4ptainCrunch committed Jun 30, 2022
1 parent 7125207 commit 3b931be
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,25 @@ In progress:
- remove the `Calendar._timezones` attribute
- added support for parsing and serializing Timezones

*****
0.7.1
*****

This release contains a few minor changes and introduces deprecations for
features that will be removed in 0.8.

Deprecation:
- Add warnings about breaking changes in v0.8 to `Calendar.str()` and `.iter()`.

Minor changes:
- Add a dependency on `attrs <https://pypi.org/project/attrs/>`_.
- Remove the upper bound on the version of `arrow <https://pypi.org/project/arrow/>`_.
- Backport optimizations for TatSu parser from 0.8

Bug fix:
- Fix "falsey" (`bool(x) is False`) alarm trigger (i.e. `timedelta(0)`) not being serialized `#269 <https://github.com/ics-py/ics-py/issues/269>`_


***********************
0.7 - Katherine Johnson
***********************
Expand Down

0 comments on commit 3b931be

Please sign in to comment.