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 @@
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