CHANGELOG.adoc in epub-parser-0.3.8 vs CHANGELOG.adoc in epub-parser-0.3.9
- old
+ new
@@ -1,6 +1,11 @@
= CHANGELOG
+== 0.3.9
+
+* [BUG FIX]Set {EPUB::Metadata::DCMES#lang} properly from xml:lang attribute
+* Change default XML backend from REXML to Nokogiri
+
== 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