CHANGELOG.adoc in asciidoctor-2.0.1 vs CHANGELOG.adoc in asciidoctor-2.0.2
- old
+ new
@@ -11,9 +11,16 @@
{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.2 (2019-03-26) - @mojavelinux
+
+Bug Fixes::
+
+ * apply verbatim substitutions to literal paragraphs attached to list item (#3205)
+ * implement #lines and #source methods on Table::Cell based on cell text (#3207)
+
== 2.0.1 (2019-03-25) - @mojavelinux
Bug Fixes::
* convert titles of cataloged block and section nodes containing attribute references eagerly to resolve attributes while in scope (#3202)