summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4c4a6e5..6c7f28c 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,11 @@ Version 2.2.0
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 14 * plistutil: Add manual page and usage output
15 * Rename libplist*.pc to libplist*-2.0.pc according to pkg-config standard 15 * Fix removal of docs directory on `make clean`
16 * Improve README.md with project description, installation, contributing and
17 usage sections
18 * Rename library and all related files by adding an API version resulting
19 in "libplist-2.0" and "libplist++-2.0"
16 20
17Version 2.1.0 21Version 2.1.0
18~~~~~~~~~~~~~ 22~~~~~~~~~~~~~