CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.10 vs CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.11

- old
+ new

@@ -3,9 +3,27 @@ :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.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) +* don't insert quotation marks around quotes (#129) +* require at least Asciidoctor 1.5.3 (#245) +* remove Namo Reader font-icon quirk that produced invalid markup (#192) +* fix the (in)famous `undefined method `to_ios'` when given a document that doesn't follow asciidoctor-epub3 rules (#7) +* 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 running kindlegen on JRuby on Windows (#154) +* set up CI for JRuby on Windows (#254) + == 1.5.0.alpha.10 (2020-01-20) - @slonopotamus * fix deep xrefs between chapters when using Asciidoctor 2 (#210) * switch from epubcheck to epubcheck-ruby (#224) * set up a test suite (#11)