summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
1Version 2.3.0
2~~~~~~~~~~~~~
3
4- Changes:
5 * Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val()
6 * Add support for JSON format
7 * Add support for OpenStep format
8 * Introduce error codes and format constants
9 * Add return value to import/export functions to allow returning error codes
10 * Add new plist_sort function
11 * Add several human-readable output-only formats
12 * Add new plist_write_to_string/_stream/_file functions
13 * Add new plist_print function
14 * Add new plist_read_from_file function
15 * Add new plist_mem_free() function
16 * Add a few C++ methods
17 * Add C++ interface test
18 * Add PLIST_NULL type
19 * Some code housekeeping (mostly clang-tidy)
20- Breaking:
21 * plist_from_memory() gets additional parameter
22- Bugfixes:
23 * Fix multiple bugs in all of the parsers
24 * Fix handling of PLIST_UID nodes
25
1Version 2.2.0 26Version 2.2.0
2~~~~~~~~~~~~~ 27~~~~~~~~~~~~~
3 28