CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.11 vs CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.12
- old
+ new
@@ -3,9 +3,19 @@
: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.12 (2020-02-02) - @slonopotamus
+
+* make kindlegen a runtime dependency so it installs automatically during `gem install asciidoctor-epub3` (#270)
+* make `KINDLEGEN` env var work again (#269)
+* stop adding default front cover image (#180)
+* enable Pygments on non-Windows JRuby platforms (#264)
+* provide a human-readable error message when we fail to find KindleGen (#268)
+* try to use KindleGen/EPUBCheck binary from `$PATH` (#276)
+* add `ebook-kindlegen-path`/`ebook-epubcheck-path` attributes to override KindleGen/EPUBCheck executable location (#276)
+
== 1.5.0.alpha.11 (2020-01-26) - @slonopotamus
* drop unused dependencies: thread_safe, concurrent-ruby (#234)
* add support for Unicode characters in chapter IDs (#217)
* fix sample-book to be a valid book (#196)