CHANGELOG.adoc in asciidoctor-2.0.6 vs CHANGELOG.adoc in asciidoctor-2.0.7
- old
+ new
@@ -11,9 +11,21 @@
{uri-asciidoctor}[Asciidoctor] is a _fast_, open source text processor and publishing toolchain for converting {uri-asciidoc}[AsciiDoc] content into HTML 5, DocBook 5, and other formats.
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.
+== 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)
+ * fix compatibility with Rouge 2.0
+
+Improvements::
+
+ * improve documentation for the `-a` CLI option; explain that `@` modifier can be placed at end of name as alternative to end of value
+ * move source for main API entry points (load, load_file, convert, convert_file) to separate files
+
== 2.0.6 (2019-04-04) - @mojavelinux
Bug Fixes::
* assume implicit AsciiDoc extension on interdoc xref macro target with no extension (e.g., `document#`); restores 1.5.x behavior (#3231)