CHANGELOG.adoc in asciidoctor-2.0.2 vs CHANGELOG.adoc in asciidoctor-2.0.3
- 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.3 (2019-03-28) - @mojavelinux
+
+Bug Fixes::
+
+ * fix crash when attrlist is used on literal monospace phrase (#3216)
+ * update use of magic regexp variables to fix compatibility with Opal / Asciidoctor.js (#3214)
+
== 2.0.2 (2019-03-26) - @mojavelinux
Bug Fixes::
* apply verbatim substitutions to literal paragraphs attached to list item (#3205)