You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Bug fixes:
103
103
104
104
Bug fixes:
105
105
106
-
- Fix to permit TZID forward references to VTIMEZONEs
106
+
- Fix to permit TZID forward references to ``VTIMEZONE``s
107
107
- Stabelize timezone id lookup, see `Issue 780 <https://github.com/collective/icalendar/issues/780>`_.
108
108
109
109
6.1.2 (2025-03-19)
@@ -179,7 +179,7 @@ New features:
179
179
- Add ``DTSTART``, ``TZOFFSETTO``, and ``TZOFFSETFROM`` to ``TimezoneStandard`` and ``TimezoneDaylight``
180
180
- Use ``example`` methods of components without arguments.
181
181
- Add ``events``, ``timezones``, and ``todos`` property to ``Calendar`` for nicer access.
182
-
- To calculate which timezones are in use and add them to the ``Calendar`` when needed these methods are added: ``get_used_tzids``, ``get_missing_tzids``, and ``add_missing_timezones``.
182
+
- To calculate which timezones are in use and add them to the ``Calendar`` when needed these methods are added: ``get_used_tzids``, ``get_missing_tzids``, and ``add_missing_timezones()``.
183
183
- Identify the TZID of more timezones from dateutil.
184
184
- Identify totally unknown timezones using a UTC offset lookup tree generated in ``icalendar.timezone.equivalent_timezone_ids`` and stored in ``icalendar.timezone.equivalent_timezone_ids``.
185
185
- Add ``icalendar.timezone.tzid`` to identify a timezone's TZID.
@@ -710,18 +710,18 @@ New features:
710
710
711
711
Bug fixes:
712
712
713
-
- Fix VTIMEZONEs including RDATEs #234. [geier]
713
+
- Fix ``VTIMEZONE``s including RDATEs #234. [geier]
714
714
715
715
716
716
3.11.5 (2017-07-03)
717
717
-------------------
718
718
719
719
Bug fixes:
720
720
721
-
- added an assertion that VTIMEZONE sub-components' DTSTART must be of type
721
+
- added an assertion that ``VTIMEZONE`` sub-components' DTSTART must be of type
722
722
DATETIME [geier]
723
723
724
-
- Fix handling of VTIMEZONEs with subcomponents with the same DTSTARTs and
724
+
- Fix handling of ``VTIMEZONE``s with subcomponents with the same DTSTARTs and
725
725
OFFSETs but which are of different types [geier]
726
726
727
727
@@ -733,7 +733,7 @@ Bug fixes:
733
733
- Don't break on parameter values which contain equal signs, e.g. base64 encoded
734
734
binary data [geier]
735
735
736
-
- Fix handling of VTIMEZONEs with subcomponents with the same DTSTARTs.
736
+
- Fix handling of ``VTIMEZONE``s with subcomponents with the same DTSTARTs.
737
737
[geier]
738
738
739
739
@@ -854,7 +854,7 @@ Fixes:
854
854
3.9.0 (2015-03-24)
855
855
------------------
856
856
857
-
- Creating timezone objects from VTIMEZONE components.
857
+
- Creating timezone objects from ``VTIMEZONE`` components.
858
858
[geier]
859
859
860
860
- Make ``python-dateutil`` a dependency.
@@ -1143,9 +1143,9 @@ Fixes:
1143
1143
1144
1144
- Add 'recursive' argument to property_items() to switch recursive listing.
1145
1145
For example when parsing a text/calendar text including multiple components
1146
-
(e.g. a VCALENDAR with 5 VEVENTs), the previous situation required us to look
1147
-
over all properties in VEVENTs even if we just want the properties under the
0 commit comments