We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c859062 commit cbc653eCopy full SHA for cbc653e
NEWS
@@ -1,3 +1,19 @@
1
+3.2.0 (stable):
2
+
3
+* Document, DomParser: Improve XInclude processing:
4
+ Document:
5
+ Add process_xinclude() overload that takes a fixup_base_uris parameter.
6
+ DomParser:
7
+ Add set/get_xinclude_options() and add optional XInclude processing to the
8
+ parse methods.
9
+ (Kjell Ahlstedt) Bug 781566
10
+* Add explicit keyword to some single-parameter constructors.
11
+ (Murray Cumming)
12
+* tests: Don't require C++17
13
+ (Kjell Ahlstedt)
14
+* Build: Fix srcdir != buildir build.
15
+ (Kjell Ahlstedt, Murray Cumming)
16
17
3.0.1 (stable):
18
19
* Element::remove_attribute(): Delete the C++ wrapper
0 commit comments