summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-15 20:19:31 +0200
committerGravatar Martin Szulecki2020-06-15 20:19:31 +0200
commitc5a30e9267068436a75b5d00fcbf95cb9c1f4dcd (patch)
tree203b40a0c4f078749f71ea543c717c6c3f70a9da
parent45d99de4e149637f00225c36a9c1712eef2ce510 (diff)
downloadlibplist-c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd.tar.gz
libplist-c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd.tar.bz2
Update NEWS with latest changes2.2.0
-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
* Fix: Return NULL from plist_copy() if passed a NULL pointer instead of asserting
* Add GitHub Actions integration for automatic build tests
* plistutil: Add manual page and usage output
- * Rename libplist*.pc to libplist*-2.0.pc according to pkg-config standard
+ * Fix removal of docs directory on `make clean`
+ * Improve README.md with project description, installation, contributing and
+ usage sections
+ * Rename library and all related files by adding an API version resulting
+ in "libplist-2.0" and "libplist++-2.0"
Version 2.1.0
~~~~~~~~~~~~~