summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes12
1 files changed, 12 insertions, 0 deletions
diff --git a/Changes b/Changes
index aa08048..e06087f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,17 @@
Revision history for Perl extension XML::LibXML
+2.0202 2020-01-13
+ - Disable loading external DTDs or external entities by default
+ - Thanks to Tim Retout
+ - Docs: Noting that HTTPS doesn't work for schema-loading either.
+ - Thanks to Jason McIntosh
+ - Allow to parse RelaxNG without accessing network
+ - Thanks to PALI
+ - Allow to parse XML Schema without accessing network
+ - Thanks to PALI
+ - Add Test-Count assertion count checking using
+ https://metacpan.org/pod/Code::TidyAll::Plugin::TestCount
+
2.0201 2019-05-25
- Set MIN_PERL_VERSION to 5.8.1.
- Alien::Libxml2 Makefile.PL cleanups.