CHANGELOG.markdown in epub-parser-0.2.3 vs CHANGELOG.markdown in epub-parser-0.2.4
- old
+ new
@@ -1,7 +1,16 @@
CHANGELOG
=========
+0.2.4
+-----
+
+* Bug fix for `EPUB::CFI::Location#<=>`
+* Change default physical container adapter from `EPUB::OCF::PhysicalContainer::ZipRuby` to `EPUB::OCF::PhysicalContainer::ArchiveZip`
+* Add `EPUB::CFI::Step#element?` and `#character_data?`
+* Change attribute name: `EPUB::CFI::Step#step` -> `EPUB::CFI::Step#value`, `EPUB::CFI::CharacterOffset#offset` -> `EPUB::CFI::CharacterOffset#value`
+* Show modified on `epubinfo` command
+
0.2.3
-----
* Change the name of physical container adapter for file system: :File -> :UnpackedDirectory
* Add `EPUB::Publication::Package::Manifest::Item#full_path`