Skip to content

Commit

Permalink
Updated NEWS for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Apr 21, 2023
1 parent bddb061 commit 7248021
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
~~~~~~~~~~~~~

Expand Down

0 comments on commit 7248021

Please sign in to comment.