diff --git a/NEWS.md b/NEWS.md index f8e422a..1926616 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,18 +1,19 @@ # xml2 (development version) -* `xml_find_int()` analogous to `xml_find_num()` for returning integers - matched by an XPath (#365, @michaelchirico). - -* Now compatible with limxml2 2.12.0 and later (@KNnut). - -* Fix format string issues detected in R-devel. +* Now compatible with libxml2 2.12.0 and later (@KNnut). -* `xml_serialize()` now includes the document type so that `xml_unserialize()` works also for HTML documents (#407, @HenrikBengtsson). +* Fixed format string issues detected in R-devel. * Remove unused dependencies on glue, withr and lifecycle (@mgirlich). * `print()` is faster for very long `xml_nodeset` inputs (#366, @michaelchirico). +* `xml_find_int()` analogous to `xml_find_num()` for returning integers + matched by an XPath (#365, @michaelchirico). + +* `xml_serialize()` now includes the document type so that `xml_unserialize()` + works also for HTML documents (#407, @HenrikBengtsson). + # xml2 1.3.5 * Small speedup for `xml_find_all()` (@mgirlich, #393).