CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.7 vs CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.8

- old
+ new

@@ -3,9 +3,25 @@ :uri-repo: https://github.com/asciidoctor/asciidoctor-epub3 This document provides a high-level view of the changes to the {project-name} by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. +== 1.5.0.alpha.8 (2018-02-20) - @mojavelinux + +* Include inline images in EPUB3 archive (#5) +* Allow chapter to begin with level-1 section title by adding support for negative leveloffset (#107) +* Don't transform the chapter title to uppercase (rely on CSS only) (#97) +* Set correct mimetype for TTF files (#120) +* Implement support for the custom xrefstyle for references within a chapter (#132) +* Show correct path of front cover image and the current document when missing (#124) +* Retain ID of block image (#141) +* Retain ID of example block (#143) +* Retain ID of admonition block (#146) +* Transfer role specified on block image to output (#145) +* Handle nil response from pygments.rb (#156) +* Invert the colors for the chapter title (use black on white) (#96) +* Darken font on Kindle Paperwhite devices (#67) + == 1.5.0.alpha.7 (2017-04-18) - @mojavelinux * generate TOC levels in navigation document based on toclevels attribute (#90) * automatically resolve title of reference between documents (#87) * fix xref between chapter files (#27)