summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-05-26 19:28:54 +0200
committerGravatar Nikias Bassen2020-05-26 19:28:54 +0200
commite2a030a763cc8c296ae6a8edbc44e16195dae8df (patch)
tree7828fa8edc13e45357b021c62009a4036cfdbb5b
parente6c465e5d8feffe81b11755b18b744872236a260 (diff)
downloadlibplist-e2a030a763cc8c296ae6a8edbc44e16195dae8df.tar.gz
libplist-e2a030a763cc8c296ae6a8edbc44e16195dae8df.tar.bz2
Updated NEWS for release
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0238e7e..7f68535 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 2.2.0
+~~~~~~~~~~~~~
+
+- Changes:
+ * bplist: Improve recursion check performance by at least 30% for large files
+ * test: Fix test suite on Windows
+ * cython: Fix handling of Date nodes (MACH_EPOCH)
+ * Add new plist_*_val_compare(), plist_*_val_contains() helper functions
+ * Fix/suppress several compiler warnings
+ * plistutil: Added ability for files to be read from stdin
+ * plistutil: Added ability to specify output format
+ * Fix: Return NULL from plist_copy() if passed a NULL pointer instead of asserting
+ * Add GitHub Actions integration for automatic build tests
+
Version 2.1.0
~~~~~~~~~~~~~