diff options
author | Nikias Bassen | 2024-05-04 13:25:03 +0200 |
---|---|---|
committer | Nikias Bassen | 2024-05-04 13:25:03 +0200 |
commit | 06877b5ecb9704baded1160a149912fad8141a39 (patch) | |
tree | ecdb31ea3835f2410d64f545eaf754487f629c0b | |
parent | 0e7657e24d76a3b52b2b305c488566fe65b737b1 (diff) | |
download | libplist-06877b5ecb9704baded1160a149912fad8141a39.tar.gz libplist-06877b5ecb9704baded1160a149912fad8141a39.tar.bz2 |
Updated NEWS for release2.5.0
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 ~~~~~~~~~~~~~ |