README.adoc in epub-parser-0.4.1 vs README.adoc in epub-parser-0.4.2

- old
+ new

@@ -172,28 +172,23 @@ If you find other gems, please tell me or request a pull request. == RECENT CHANGES +=== 0.4.2 + +* [BUG FIX]Fix a bug that epub-cover refers out of scope variable + +* [BUG FIX]Fix a bug that `epubinfo` command with `--words` or `--chars` option causes load error if there is not Nokogiri in environment +* [BUG FIX]Fix a bug that REXML::Element#content ignores descendant nodes + === 0.4.1 * Add Oga backend for XML document === 0.4.0 * [BUG FIX]Make epub:type a Set - -=== 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 -* Make REXML a default XML backend See {file:CHANGELOG.adoc} for older changelogs and details. == TODOS