CHANGELOG.adoc in epub-parser-0.3.7 vs CHANGELOG.adoc in epub-parser-0.3.8

- old
+ new

@@ -1,6 +1,13 @@ = CHANGELOG +== 0.3.8 + +* [REFACTORING]Add {EPUB::Parser::NokogiriAttributeWithPrefix} and use `Nokogiri::XML::Node#attribute_with_prefix` instead of `EPUB::Parser::Utils#extract_attribute` +* Set default value for detect_encoding argument for {EPUB::Publication::Package::Manifest::Item#read} to false +* Make XML library switchable between REXML and Nokogiri +* Make REXML a default XML backend + == 0.3.7 * Strip leading and trailing white spaces from identifiers. See http://www.idpf.org/epub/31/spec/epub-packages.html#sec-opf-dcidentifier for details. * Change home page and documentation from rubydoc.info to GitLab Pages * Parse `package/metadata/meta@name` and `@content` to allow EPUB 2 meta info