File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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+
126Version 2.2.0
227~~~~~~~~~~~~~
328
You can’t perform that action at this time.
0 commit comments