1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 03:55:04 +03:00

Update NEWS

This commit is contained in:
Nick Wellnhofer 2024-10-14 16:14:55 +02:00
parent c7b2786676
commit f9a6469a47

10
NEWS
View File

@ -2,6 +2,11 @@ NEWS file for libxml2
v2.14.0: not released yet
### Major changes
The HTML tokenizer now conforms fully to HTML5. Note that HTML5 tree
construction isn't implemented yet.
Input callbacks can now be set on a parser context and an improved API
to create parser input is available.
@ -13,13 +18,16 @@ The xmlSave API now has additional options to replace global settings.
Parser options XML_PARSE_NO_UNZIP, XML_PARSE_NO_SYS_CATALOG and
XML_PARSE_NO_CATALOG_PI were added.
The serialization API will now take a user-provided or default encodings
The serialization API will now take user-provided or default encodings
into account when serializing attribute values, matching the
serialization of text and avoiding unnecessary escaping.
Access to many public struct members is now deprecated. Several accessor
functions were added.
Metadata about the HTML4 content model was removed from the htmlElemDesc
struct and related functions were deprecated.
The FTP module and related functions were removed.
Support for the range and point extensions of the xpointer() scheme