Skip to content

Commit 41eb990

Browse files
committed
Polish news
1 parent 66195e2 commit 41eb990

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

NEWS.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# xml2 (development version)
22

3-
* `xml_find_int()` analogous to `xml_find_num()` for returning integers
4-
matched by an XPath (#365, @michaelchirico).
5-
6-
* Now compatible with limxml2 2.12.0 and later (@KNnut).
7-
8-
* Fix format string issues detected in R-devel.
3+
* Now compatible with libxml2 2.12.0 and later (@KNnut).
94

10-
* `xml_serialize()` now includes the document type so that `xml_unserialize()` works also for HTML documents (#407, @HenrikBengtsson).
5+
* Fixed format string issues detected in R-devel.
116

127
* Remove unused dependencies on glue, withr and lifecycle (@mgirlich).
138

149
* `print()` is faster for very long `xml_nodeset` inputs (#366, @michaelchirico).
1510

11+
* `xml_find_int()` analogous to `xml_find_num()` for returning integers
12+
matched by an XPath (#365, @michaelchirico).
13+
14+
* `xml_serialize()` now includes the document type so that `xml_unserialize()`
15+
works also for HTML documents (#407, @HenrikBengtsson).
16+
1617
# xml2 1.3.5
1718

1819
* Small speedup for `xml_find_all()` (@mgirlich, #393).

0 commit comments

Comments
 (0)