CHANGELOG.markdown in epub-parser-0.3.4 vs CHANGELOG.markdown in epub-parser-0.3.5
- old
+ new
@@ -1,7 +1,11 @@
CHANGELOG
=========
+0.3.5
+-----
+* [BUG FIX]Fix a bug that {EPUB::ContentDocument::Navigation::Item#item} is `nil` when `href` includes double dots(`..`)(Thanks [aelkiss][]!)
+
0.3.4
-----
* Add {EPUB::Publication::Package#full_path} and {EPUB::Publication::Package#rootfile}
* [BUG FIX]Fix a bug that {EPUB::ContentDocument::Navigation::Item#item} doesn't return correct {EPUB::Publication::Package::Manifest::Item Item}(Thanks [aelkiss][]!)