summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-04-21 16:18:57 +0200
committerGravatar Nikias Bassen2023-04-21 16:18:57 +0200
commit72480212cd8ec0ab8d0b5064df52c146cac603b4 (patch)
tree32fe3dd4b57cee7cf976b291726bbce9b816cc4c
parentbddb061bd64692b3d1287064f8991c8c276528b6 (diff)
downloadlibplist-72480212cd8ec0ab8d0b5064df52c146cac603b4.tar.gz
libplist-72480212cd8ec0ab8d0b5064df52c146cac603b4.tar.bz2
Updated NEWS for release2.3.0
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6c7f28c..3b07d95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Version 2.3.0
+~~~~~~~~~~~~~
+
+- Changes:
+ * Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val()
+ * Add support for JSON format
+ * Add support for OpenStep format
+ * Introduce error codes and format constants
+ * Add return value to import/export functions to allow returning error codes
+ * Add new plist_sort function
+ * Add several human-readable output-only formats
+ * Add new plist_write_to_string/_stream/_file functions
+ * Add new plist_print function
+ * Add new plist_read_from_file function
+ * Add new plist_mem_free() function
+ * Add a few C++ methods
+ * Add C++ interface test
+ * Add PLIST_NULL type
+ * Some code housekeeping (mostly clang-tidy)
+- Breaking:
+ * plist_from_memory() gets additional parameter
+- Bugfixes:
+ * Fix multiple bugs in all of the parsers
+ * Fix handling of PLIST_UID nodes
+
Version 2.2.0
~~~~~~~~~~~~~