CHANGELOG.markdown in epub-parser-0.1.8 vs CHANGELOG.markdown in epub-parser-0.1.9
- old
+ new
@@ -1,7 +1,19 @@
CHANGELOG
=========
+0.1.9
+-----
+
+* Introduce [Nokogumbo][] for XHTML Content Documents
+* Stop support for Ruby 1.9
+* Remove `EPUB.included` method. Now including `EPUB` module empowers nothing of EPUB features. Include `EPUB::Book::Features` instead.
+* Add `EPUB::Searcher::XHTML::Seamless` and make it default searcher
+* Add `EPUB::Publication::Package::Manifest#each_nav`
+* Stop to use enumerabler gem
+
+[nokogumbo]: https://github.com/rubys/nokogumbo/
+
0.1.8
-----
* Explicity #close each zip member file that has been opened via #fopen(Thanks, [xunker][]!)