CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.9 vs CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.10
- old
+ new
@@ -3,9 +3,22 @@
: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.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)
+* set up rubocop to enforce a consistent code style (#223)
+* use GitHub Actions for CI and release process (#218)
+* fix JS causing malformed XML that prevented footnotes from being displayed in Calibre (#207)
+* fix installing on Windows (#213, #216)
+* upgrade pygments.rb to 1.2.1 (#216)
+* gepub dependency is no longer locked to 1.0.2 and will use latest 1.0.x version
+* fix `-a ebook-validate` not working on Windows (#232)
+
== 1.5.0.alpha.9 (2019-04-04) - @mojavelinux
* allow converter to be used with Asciidoctor 2 (#185)
* upgrade gepub (and, indirectly, nokogiri) (#177)
* add support for start attribute on ordered list