Changelog.

This commit is contained in:
Michael R Sweet 2024-03-04 08:11:59 -05:00
parent ce7f251a0a
commit 9807af8df5
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244

View File

@ -1,6 +1,8 @@
# Changes in Mini-XML 4.0.0
- Now require C99 support.
- Now install as "libmxml4" to support installing both Mini-XML 3.x and 4.x at
the same time (use `--disable-libmxml4-prefix` configure option to disable)
- Added new `MXML_TYPE_CDATA`, `MXML_TYPE_COMMENT`, `MXML_TYPE_DECLARATION`, and
`MXML_TYPE_DIRECTIVE` node types (Issue #250)
- Renamed `mxml_type_t` enumerations to `MXML_TYPE_xxx` (Issue #251)