Skip to content

Commit 92190df

Browse files
committed
Add news bullet for #400
1 parent c3c2a04 commit 92190df

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

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

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+
1116
* `xml_find_int()` analogous to `xml_find_num()` for returning integers
1217
matched by an XPath (#365, @michaelchirico).
1318

0 commit comments

Comments
 (0)