We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c2a04 commit 92190dfCopy full SHA for 92190df
1 file changed
NEWS.md
@@ -8,6 +8,11 @@
8
9
* `print()` is faster for very long `xml_nodeset` inputs (#366, @michaelchirico).
10
11
+* `xml_attr()`, `xml_attrs()`, `xml_double()`, `xml_integer()`, `xml_length()`,
12
+ `xml_name()`, `xml_path()`, `xml_text()`, and `xml_type()` no longer use
13
+ S3 dispatch but instead dispatch in C, leading to considerable performance
14
+ improvements in many cases (@mgirlich, #400).
15
+
16
* `xml_find_int()` analogous to `xml_find_num()` for returning integers
17
matched by an XPath (#365, @michaelchirico).
18
0 commit comments