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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
9
9
*`xml_find_all.xml_node()` fails more informatively the `xpath` parameter is the wrong type (@michaelchirico)
10
10
11
+
*`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)
12
+
11
13
# xml2 1.3.2
12
14
13
15
*`read_html()` and `read_xml()` now error if passed strings of length greater than one (#121)
0 commit comments