CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.14 vs CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.15
- 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.15 (2020-03-11) - @slonopotamus
+
+* support section numbering and captions (#20)
+* fix `\<<anchor,link text>>` to show link text (#317)
+* add xref ids to paragraphs (#317)
+* support syntax highlighting with CodeRay and Rouge (#262)
+* pygments.rb is no longer auto-activated
+* add series metadata (#307)
+* fix Sony Reader crash (#152)
+
== 1.5.0.alpha.14 (2020-02-29) - @slonopotamus
* support conversion of article documents to a single-chapter file
* stop requiring specific include file scheme (#47)
* support special chapters like bibliography (#205)