CHANGELOG.adoc in asciidoctor-1.5.6.1 vs CHANGELOG.adoc in asciidoctor-1.5.6.2
- old
+ new
@@ -12,10 +12,45 @@
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.
// tag::compact[]
+== 1.5.6.2 (2018-03-20) - @mojavelinux
+
+Bug fixes::
+
+ * fix match for multiple xref macros w/ implicit text in same line (#2450)
+ * PathResolver#root? returns true for absolute URL in browser env (#2595)
+
+Improvements / Refactoring::
+
+ * resolve include target correctly in browser (xmlhttprequest IO module) (#2599, #2602)
+ * extract method to resolve include path (allowing Asciidoctor.js to override) (#2610)
+ * don't expand docdir value passed to API (#2518)
+ * check mandatory attributes when creating an image block (#2349)
+ * drop is_ prefix from boolean methods in PathResolver (PR #2587)
+ * change Reader#replace_next_line to return true
+ * organize methods in AbstractNode
+
+Build / Infrastructure::
+
+ * clean up dependencies
+ * add Ruby 2.5.0 to CI build matrix (PR #2528)
+ * update nokogiri to 1.8.0 for ruby >= 2.1 (PR #2380)
+
+Distribution Packages::
+
+ * http://rubygems.org/gems/asciidoctor[RubyGem (asciidoctor)]
+ * https://apps.fedoraproject.org/packages/rubygem-asciidoctor[Fedora (rubygem-asciidoctor)]
+ * http://packages.debian.org/sid/asciidoctor[Debian (asciidoctor)]
+ * http://packages.ubuntu.com/saucy/asciidoctor[Ubuntu (asciidoctor)]
+
+https://github.com/asciidoctor/asciidoctor/issues?q=milestone%3Av1.5.6.2[issues resolved] |
+https://github.com/asciidoctor/asciidoctor/releases/tag/v1.5.6.2[git tag] |
+https://github.com/asciidoctor/asciidoctor/compare/v1.5.6.1...v1.5.6.2[full diff]
+// end::compact[]
+
== 1.5.6.1 (2017-07-23) - @mojavelinux
Bug fixes::
* continue to read blocks inside a delimited block after content is skipped (PR #2318)
@@ -62,11 +97,10 @@
* http://packages.ubuntu.com/saucy/asciidoctor[Ubuntu (asciidoctor)]
https://github.com/asciidoctor/asciidoctor/issues?q=milestone%3Av1.5.6.1[issues resolved] |
https://github.com/asciidoctor/asciidoctor/releases/tag/v1.5.6.1[git tag] |
https://github.com/asciidoctor/asciidoctor/compare/v1.5.6...v1.5.6.1[full diff]
-// end::compact[]
== 1.5.6 (2017-07-12) - @mojavelinux
Enhancements::
* use custom cross reference text if xrefstyle attribute is set (full, short, basic) (#858, #1132)
@@ -632,10 +666,10 @@
* add basic support for resolving xref target from reftext (#589)
* add time range anchor to video element (#886)
* match implicit URLs that use the file scheme (#853)
* added sectnumlevels to control depth of section numbering (#549)
* add hardbreaks option to block (#630)
- * sub attributes in manname (e.g., pass:[{docname}])
+ * substitute attribute references in manname
* warn on reference to missing attribute if attribute-missing is "warn"
* only enable toc macro if toc is enabled and toc-placement attribute has the value macro (#706)
* add sectnums attribute as alternative alias to numbered attribute (#684)
Improvements::