summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7f68535..4c4a6e5 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ Version 2.2.0
11 * plistutil: Added ability to specify output format 11 * plistutil: Added ability to specify output format
12 * Fix: Return NULL from plist_copy() if passed a NULL pointer instead of asserting 12 * Fix: Return NULL from plist_copy() if passed a NULL pointer instead of asserting
13 * Add GitHub Actions integration for automatic build tests 13 * Add GitHub Actions integration for automatic build tests
14 * plistutil: Add manual page and usage output
15 * Rename libplist*.pc to libplist*-2.0.pc according to pkg-config standard
14 16
15Version 2.1.0 17Version 2.1.0
16~~~~~~~~~~~~~ 18~~~~~~~~~~~~~