You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@
4
4
5
5
* xml2 has been re-licensed as MIT (#317).
6
6
7
+
*`xml_find_all.xml_node()` fails more informatively the `xpath` parameter is the wrong type (@michaelchirico)
8
+
7
9
*`xml_find_all.xml_nodeset()` gains a `flatten` argument to control whether to return a single nodeset or a list of nodesets (#311, @jakejh)
8
10
9
11
*`write_xml()` and `write_html()` now return NULL invisibly, as they did prior to version 1.3.0 (#307)
10
12
11
-
*`xml_find_all.xml_node()` fails more informatively the `xpath` parameter is the wrong type (@michaelchirico)
12
-
13
13
*`XPtr` gets explicit copy constructor and assignment operator definitions, which were two missing components of the [Rule of three](https://en.wikipedia.org/wiki/Rule_of_three_(C%2B%2B_programming)) (@michaelchirico)
14
14
15
15
* Windows: update to libxml2 2.9.10 and libxslt 1.1.34 and add ucrt libs
0 commit comments