Skip to content

Commit 7248021

Browse files
committed
Updated NEWS for release
1 parent bddb061 commit 7248021

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

NEWS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Version 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+
126
Version 2.2.0
227
~~~~~~~~~~~~~
328

0 commit comments

Comments
 (0)