CHANGELOG.adoc in asciidoctor-2.0.5 vs CHANGELOG.adoc in asciidoctor-2.0.6
- old
+ new
@@ -11,9 +11,22 @@
{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.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)
+ * don't fail to load application if call to Dir.home fails; use a rescue with fallback values (#3238)
+ * Helpers.rootname should only consider final path segment when dropping file extension
+
+Improvements::
+
+ * implement Helpers.extname as a more efficient and flexible File.extname method
+ * check for AsciiDoc file extension using end_with? instead of resolving the extname and using a lookup
+
== 2.0.5 (2019-04-01) - @mojavelinux
Bug Fixes::
* fix crash when source highlighter is Rouge and source language is not set on block (#3223)