Skip to content

Commit 626a13e

Browse files
committed
log changes
1 parent e1b3386 commit 626a13e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

CHANGES.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,42 @@ We use `Semantic Versioning <https://semver.org>`_.
77
- New features increase the **minor** version number.
88
- Minor changes and bug fixes increase the **patch** version number.
99

10-
6.3.0 (2025-05-15)
10+
6.3.1 (unreleased)
1111
------------------
1212

1313
Minor changes:
1414

15-
- Deprecate ``icalendar.UIDGenerator``. See `Issue 816 <https://github.com/collective/icalendar/issues/816>`_.
15+
- ...
16+
17+
Breaking changes:
18+
19+
- ...
1620

1721
New features:
1822

19-
- Add the ``uid`` property to ``Alarm``, ``Event``, ``Calendar``, ``Todo``, and ``Journal`` components. See `Issue 740 <https://github.com/collective/icalendar/issues/740>`_.
23+
- ...
2024

2125
Bug fixes:
2226

23-
- Fix component equality where timezones differ for the datetimes but the times are actually equal. See `Issue 828 <https://github.com/collective/icalendar/issues/828>`_.
24-
- Test that we can add an RRULE as a string. See `Issue 301 <https://github.com/collective/icalendar/issues/301>`_.
25-
- Test that we support dateutil timezones as outlined in `Issue 336 <https://github.com/collective/icalendar/issues/336>`_.
26-
- Build documentation on Read the Docs with the version identifier. See `Issue 826 <https://github.com/collective/icalendar/issues/826>`_.
27+
- Remove forced quoting from parameters with space and single quote. See `Issue 836 <https://github.com/collective/icalendar/issues/836>`_.
2728

28-
6.3.1 (unreleased)
29+
6.3.0 (2025-05-15)
2930
------------------
3031

3132
Minor changes:
3233

33-
- ...
34-
35-
Breaking changes:
36-
37-
- ...
34+
- Deprecate ``icalendar.UIDGenerator``. See `Issue 816 <https://github.com/collective/icalendar/issues/816>`_.
3835

3936
New features:
4037

41-
- ...
38+
- Add the ``uid`` property to ``Alarm``, ``Event``, ``Calendar``, ``Todo``, and ``Journal`` components. See `Issue 740 <https://github.com/collective/icalendar/issues/740>`_.
4239

4340
Bug fixes:
4441

45-
- ...
42+
- Fix component equality where timezones differ for the datetimes but the times are actually equal. See `Issue 828 <https://github.com/collective/icalendar/issues/828>`_.
43+
- Test that we can add an RRULE as a string. See `Issue 301 <https://github.com/collective/icalendar/issues/301>`_.
44+
- Test that we support dateutil timezones as outlined in `Issue 336 <https://github.com/collective/icalendar/issues/336>`_.
45+
- Build documentation on Read the Docs with the version identifier. See `Issue 826 <https://github.com/collective/icalendar/issues/826>`_.
4646

4747
6.2.0 (2025-05-07)
4848
------------------

0 commit comments

Comments
 (0)