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 Feb 21, 2024
1 parent ead508a commit 51623f6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Version 2.4.0
~~~~~~~~~~~~~

- Changes:
* Add a PLIST_OPT_NONE value to plist_write_options_t
* autoconf: Allow disabling build of test suite
* Update doxygen config and document undocumented macros
* Add an explicit PLIST_FORMAT_NONE value
* Add a libplist_version() function to the interface
* docs: Use README.md to generate mainpage with doxygen
- Bugfixes:
* Several compiler-related fixes and code improvements
* Plug memory leak in plist_write_to_stream()
* Prevent adding NULL items to array/dictionary nodes
* Fix parallel running of test suite
* Fix cython bindings
* Fix OOB read in plist_from_memory()

Version 2.3.0
~~~~~~~~~~~~~

Expand Down

0 comments on commit 51623f6

Please sign in to comment.