CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.12 vs CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.13
- old
+ new
@@ -3,10 +3,14 @@
: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.13 (2020-02-04) - @slonopotamus
+
+* remove kindlegen and epubcheck-ruby from runtime dependencies (#288)
+
== 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)
@@ -27,10 +31,10 @@
* route messages through the logger (#176)
* update EPUBCheck to 4.2.2.0 (#240)
* handle invalid `revdate` gracefully (#14)
* do not post-process EPUBCHECK env var, but use it as-is (#258)
* disable Pygments on JRuby to prevent hanging (#253)
-* fix ENOENT error when trying to run EPUBcheck on JRuby on Windows (#256)
+* fix ENOENT error when trying to run EPUBCheck on JRuby on Windows (#256)
* fix ENOENT error when running kindlegen on JRuby on Windows (#154)
* set up CI for JRuby on Windows (#254)
== 1.5.0.alpha.10 (2020-01-20) - @slonopotamus