summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes14
1 files changed, 14 insertions, 0 deletions
diff --git a/Changes b/Changes
index e00313e..8ac00f0 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,19 @@
Revision history for Perl extension XML::LibXML
+2.0209 2023-07-15
+ - t/35huge_mode.t: fix test with libxml2 2.11
+ - thanks to Dominique Martinet
+ - Add clearer reference to using cloneNode to extract node with namespaces
+ - thanks to Timothy Legge
+ - initialize xmlValidCtxt
+ - thanks to Alexander Bluhm
+
+2.0208 2022-09-30
+ - Fix https://rt.cpan.org/Ticket/Display.html?id=144415
+ - Bug #144415 for XML-LibXML: createElementNS & setNamespace get
+ confused by Readonly scalars
+ - thanks to DAKKAR and haarg.
+
2.0207 2021-04-17
- Small cleanups:
- https://github.com/shlomif/perl-XML-LibXML/pull/63