Skip to content

Commit

Permalink
Add news bullet for #400
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 30, 2023
1 parent c3c2a04 commit 92190df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

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

* `xml_attr()`, `xml_attrs()`, `xml_double()`, `xml_integer()`, `xml_length()`,
`xml_name()`, `xml_path()`, `xml_text()`, and `xml_type()` no longer use
S3 dispatch but instead dispatch in C, leading to considerable performance
improvements in many cases (@mgirlich, #400).

* `xml_find_int()` analogous to `xml_find_num()` for returning integers
matched by an XPath (#365, @michaelchirico).

Expand Down

0 comments on commit 92190df

Please sign in to comment.