add changelog entries for release 5.0.0

pull/449/head
Nicco Kunzmann 2022-10-12 04:14:46 +01:00
rodzic f68572b432
commit 01a57e86ee
2 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -2,20 +2,23 @@ Changelog
========= =========
5.0.0a2 (unreleased) 5.0.0 (unreleased)
-------------------- ------------------
Minor changes: Minor changes:
- removed deprecated test checks [tuergeist] - removed deprecated test checks [tuergeist]
- Fix: cli does not support DURATION #354 [mamico] - Fix: cli does not support DURATION #354 [mamico]
- Add changelog and contributing to readthedocs documentation #428 [peleccom] - Add changelog and contributing to readthedocs documentation #428 [peleccom]
- fixed small typos #323 [rohnsha0]
- unittest to parametrized pytest refactoring [jacadzaca]
Breaking changes: Breaking changes:
- Require Python 3.7 as minimum Python version. [maurits] [niccokunzmann] - Require Python 3.7 as minimum Python version. [maurits] [niccokunzmann]
- icalenar now takes a ics file directly as an input - icalenar now takes a ics file directly as an input
- icalendar's output is different - icalendar's output is different
- Drop Support for Python 3.6. Versions 3.7 - 3.11 are supported and tested.
New features: New features:
@ -35,6 +38,8 @@ Bug fixes:
Ref: #338 Ref: #338
Fixes: #335 Fixes: #335
[tobixen] [tobixen]
- add ``__eq__`` to ``icalendar.prop.vDDDTypes`` #391 [jacadzaca]
- Refactor deprecated unittest aliases for Python 3.11 compatibility #330 [tirkarthi]
5.0.0a1 (2022-07-11) 5.0.0a1 (2022-07-11)
-------------------- --------------------

Wyświetl plik

@ -42,6 +42,7 @@ setuptools.setup(
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: Implementation :: PyPy',
], ],