CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.19 vs CHANGELOG.adoc in asciidoctor-epub3-1.5.0

- old
+ new

@@ -3,9 +3,18 @@ :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 (2021-04-29) - @slonopotamus + +* update Font Awesome Solid to 5.15.1 +* use CSS for image size scaling instead of `width` attribute (#382) +* use pygments.rb 2.0.0 in CI +* add support for `:back-cover-image:` document attribute (#396) +* reenable Kindlegen support (#363) +* drop support for Ruby 2.3 + == 1.5.0.alpha.19 (2020-10-21) - @slonopotamus * add title and id support for literal blocks (#357) * fix quotes not being properly escaped in section titles (#358) * fix crash when encountering unsupported Asciidoctor node (#360)