CHANGELOG.markdown in epub-parser-0.2.0 vs CHANGELOG.markdown in epub-parser-0.2.1

- old
+ new

@@ -1,12 +1,22 @@ CHANGELOG ========= +0.2.1 +----- + +* Remove deprecated `EPUB::Constants::MediaType::UnsupportedError`. Use `UnsupportedMediatType` instead. +* Make it possible to use [archive-zip][] gem to extract contents from EPUB package via `EPUB::OCF::PhysicalContainer::ArchiveZip` +* Add warning about default physical container adapter change +* Make it possible to extract contents from the web via `EPUB::OCF::PhysicalContainer::UnpackedURI`. See {file:ExtractContentsFromWeb.markdown} for details. + +[archive-zip]: https://github.com/javanthropus/archive-zip + 0.2.0 ----- * Introduce abstraction layer for OCF physical container -* Add `EPUB::OCF::PhysicalContainer::File` and make it possible to parse file system directory an EPUB file. See {file:docs/UnpackedArchive.markdown} for details. +* Add `EPUB::OCF::PhysicalContainer::File` and make it possible to parse file system directory as an EPUB file. See {file:docs/UnpackedArchive.markdown} for details. * Remove `EPUB::Parser::OCF::CONTAINER_FILE` and other constants 0.1.9 -----