summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-05-04 13:25:03 +0200
committerGravatar Nikias Bassen2024-05-04 13:25:03 +0200
commit06877b5ecb9704baded1160a149912fad8141a39 (patch)
treeecdb31ea3835f2410d64f545eaf754487f629c0b /NEWS
parent0e7657e24d76a3b52b2b305c488566fe65b737b1 (diff)
downloadlibplist-master.tar.gz
libplist-master.tar.bz2
Updated NEWS for releaseHEAD2.5.0master
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 760f4e4..16c8ddf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 2.5.0
+~~~~~~~~~~~~~
+
+- Changes:
+ * Change API around PLIST_DATA to use uint8_t* instead of char*
+ * Add PLIST_DICT helper functions for different operations
+ * Require Cython 3.0 for python bindings
+
Version 2.4.0
~~~~~~~~~~~~~