CHANGELOG.adoc in asciidoctor-2.0.0 vs CHANGELOG.adoc in asciidoctor-2.0.1
- old
+ new
@@ -11,9 +11,24 @@
{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.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)
+ * customize MathJax (using a postfilter hook) to apply displaymath formatting to AsciiMath block (#2498)
+ * fix misspelling of deprecated default_attrs DSL function (missing trailing "s")
+ * remove unused location property (attr_accessor :location) on DocinfoProcessor class
+ * look for deprecated extension option :pos_attrs if :positional_attrs option is missing (#3199)
+ * add detail to load error message if path differs from gem name (#1884)
+
+Build / Infrastructure::
+
+ * bundle .yardopts in RubyGem (#3193)
+
== 2.0.0 (2019-03-22) - @mojavelinux
Enhancements / Compliance::
* drop support for Ruby < 2.3 and JRuby < 9.1 and remove workarounds (#2764)