summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2022-07-25 08:44:28 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2022-07-25 08:44:28 +0900
commitbed2f52e9348362135cc7cc4e6cedfe306744b20 (patch)
tree16a66408bb5ba7a28e851818936334ec721aa6c6 /Changes
parent433f4692bdc9dd2ab3cde17e9df2837f384bae18 (diff)
downloadperl-XML-LibXML-bed2f52e9348362135cc7cc4e6cedfe306744b20.tar.gz
perl-XML-LibXML-bed2f52e9348362135cc7cc4e6cedfe306744b20.tar.bz2
perl-XML-LibXML-bed2f52e9348362135cc7cc4e6cedfe306744b20.zip
Imported Upstream version 2.0201upstream/2.0201
Diffstat (limited to 'Changes')
-rw-r--r--Changes8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changes b/Changes
index a221d8c..aa08048 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
Revision history for Perl extension XML::LibXML
+2.0201 2019-05-25
+ - Set MIN_PERL_VERSION to 5.8.1.
+ - Alien::Libxml2 Makefile.PL cleanups.
+ - Update the README for grammar and info.
+ - Link to XML-LibXML "by Example"
+ - https://github.com/shlomif/perl-XML-LibXML/pull/36
+ - Thanks to @Grinnz .
+
2.0200 2019-03-23
- Convert to use Alien::Libxml2 .
- https://github.com/shlomif/perl-XML-LibXML/pull/30