CHANGELOG.adoc in asciidoctor-2.0.8 vs CHANGELOG.adoc in asciidoctor-2.0.9

- old
+ new

@@ -12,10 +12,22 @@ This document provides a high-level view of the changes introduced in Asciidoctor by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. // tag::compact[] +== 2.0.9 (2019-04-30) - @mojavelinux + +Bug Fixes:: + + * process multiple single-item menu macros in same line (#3279) + * register images in catalog correctly (#3283) + * rename AbstractNode#options method to AbstractNode#enabled_options so it doesn't get shadowed by Document#options (#3282) + * don't fail to convert document if alt attribute is not set on block or inline image (typically by an extension) + * fix lineno of source location on blocks that follow a detached list continuation (#3281) + * assume inline image type is "image" if not set (typically by an extension) + +// end::compact[] == 2.0.8 (2019-04-22) - @mojavelinux Bug Fixes:: * restore background color applied to literal blocks by default stylesheet (#3258) @@ -29,10 +41,9 @@ * register_for methods accept arguments as symbols (#3274) * use Concurrent::Map instead of Concurrent::Hash in template converter * use module_function keyword to define methods in Helpers * move regular expression definitions to separate source file (internal change) -// end::compact[] == 2.0.7 (2019-04-13) - @mojavelinux Bug Fixes:: * fix crash when resolving ID from text and at least one candidate contains an unresolved xref (#3254)