summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Murchison <murch@fastmail.com>2021-03-28 08:42:26 -0400
committerKen Murchison <murch@fastmail.com>2021-03-28 08:43:51 -0400
commitc3b4bb6fb0507e42e2b0058cde60e6ced1f6bbf5 (patch)
tree8a94354dff2701f03e068a2639dcde6c25a1f365
parente976e4bcca85d37ade3279428476e0b7d1f28fa2 (diff)
downloadlibical-git-icaltz-util-fixes.tar.gz
ReleaseNotes.txt: updated with icaltzutil_fetch_timezone() changesicaltz-util-fixes
-rw-r--r--ReleaseNotes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 7022b94b..68f7c319 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -45,6 +45,8 @@ Version 3.0.10 (UNRELEASED):
* Fix building -DSTATIC_ONLY=True with Ninja
* Fix generating wrong recurrence rules (#478)
* Fix a bug computing transitions in tzfiles
+ * Fix reading TZif files to use TZ string in the footer as the last (non-terminating) transitions
+ * Fix reading TZif files to use more RRULEs and/or RDATEs whevever possible
Version 3.0.9 (16 January 2021):
--------------------------------