diff --git a/ChangeLog.md b/ChangeLog.md index a9ab691..396cda5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.64] - 2024-07-07 + +### Added + +* Include parse error message in output (thanks @renderorange) + ## [0.63] - 2021-05-25 ### Fixed diff --git a/lib/XML/Feed.pm b/lib/XML/Feed.pm index 815ef2a..f3b6b91 100644 --- a/lib/XML/Feed.pm +++ b/lib/XML/Feed.pm @@ -13,7 +13,7 @@ use Module::Pluggable search_path => "XML::Feed::Format", require => 1, sub_name => 'formatters'; -our $VERSION = '0.63'; +our $VERSION = '0.64'; our $MULTIPLE_ENCLOSURES = 0; our @formatters; BEGIN {