diff options
author | Martin Szulecki | 2020-06-09 03:46:27 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-09 03:46:27 +0200 |
commit | 8a3d100dfd223cee022174fbec7eaf84b86f3d4c (patch) | |
tree | decb68cec2084f65b2f6fefe7bd0404167d9261a | |
parent | b7dde5fd3d46fb03902ffedbba3755240aaada97 (diff) | |
download | libplist-8a3d100dfd223cee022174fbec7eaf84b86f3d4c.tar.gz libplist-8a3d100dfd223cee022174fbec7eaf84b86f3d4c.tar.bz2 |
Update NEWS with latest changes
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ Version 2.2.0 * 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 + * plistutil: Add manual page and usage output + * Rename libplist*.pc to libplist*-2.0.pc according to pkg-config standard Version 2.1.0 ~~~~~~~~~~~~~ |