summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-01-16 12:34:38 -0500
committerAllen Winter <allen.winter@kdab.com>2022-01-16 12:34:38 -0500
commit9219d438960f8b668000e906c83a64d297e70503 (patch)
tree27751427f13bf0a87d29d538ff7ad2cab05f45a8
parent2000285cf2b5544450b6181fe208aa01cd3265bb (diff)
downloadlibical-git-9219d438960f8b668000e906c83a64d297e70503.tar.gz
ReleaseNotes.txt - add blurb about BDB and ICU discovery on Mac
-rw-r--r--ReleaseNotes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 2be88400..b1cbe812 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -6,6 +6,7 @@ Version 3.0.13 (UNRELEASED):
* icalcomponent_get_dtend() return icaltime_null_time(), unless called on VEVENT, VAVAILABILITY or VFREEBUSY
* icalcomponent_get_duration() for VTODO calculate with DUE instead of DTEND
* Replace CMake FindBDB with FindBerleyDB (https://github.com/sum01/FindBerkeleyDB)
+ * Fix finding ICU and BerkeleyDB on Mac (look for homebrew installs first)
Version 3.0.12 (08 December 2021):
----------------------------------