CHANGELOG.adoc in asciidoctor-2.0.19 vs CHANGELOG.adoc in asciidoctor-2.0.20
- old
+ new
@@ -14,19 +14,31 @@
For an even more detailed look at what has changed, refer to the {url-repo}/commits/[commit history] on GitHub.
This project utilizes semantic versioning.
// tag::compact[]
+== 2.0.20 (2023-05-18) - @mojavelinux
+
+Bug Fixes::
+
+ * Update `release-version` attribute in READMEs and man page during release
+ * Rebuild man page during release
+
+=== Details
+
+{url-repo}/releases/tag/v2.0.20[git tag] | {url-repo}/compare/v2.0.19\...v2.0.20[full diff]
+// end::compact[]
+
== 2.0.19 (2023-05-17) - @mojavelinux
Improvements::
* Return empty string instead of nil if raw or verbatim block has no lines
* Don't uppercase monospace span in section title in manpage output (#4402)
* Simplify processing of implicit link (i.e., autolink) by separating implicit and explicit match
* Generate partintro block consistently (#4450)
- * Add Kiswahili translation for built-in labels (PR #4454) *@bkmgit*
+ * Add Kiswahili translation for built-in labels (PR #4454) (*@bkmgit*)
Compliance::
* Fix call order so use of an include file with invalid encoding continues to raise error when using Ruby >= 3.2.0
* Fix test assertion for fallback Rouge stylesheet to be compatible with Rouge 4.1 (#4406) (*@tmzullinger*)
@@ -55,12 +67,11 @@
* Update latest CRuby in CI workflow to 3.2
* Update latest JRuby in CI workflow to 9.4.2.0
=== Details
-{url-repo}/releases/tag/v2.0.19[git tag] | {url-repo}/compare/v2.0.18\...v2.0.19[source diff]
-// end::compact[]
+{url-repo}/releases/tag/v2.0.19[git tag] | {url-repo}/compare/v2.0.18\...v2.0.19[full diff]
== 2.0.18 (2022-10-15) - @mojavelinux
Improvements::
@@ -80,10 +91,10 @@
* Fix `Asciidoctor::Cli::Invoker` constructor when first argument is a hash
* Update default stylesheet to honor marker on unordered list when marker is defined on ancestor unordered list (#4361)
=== Details
-{url-repo}/releases/tag/v2.0.18[git tag] | {url-repo}/compare/v2.0.17\...v2.0.18[source diff]
+{url-repo}/releases/tag/v2.0.18[git tag] | {url-repo}/compare/v2.0.17\...v2.0.18[full diff]
== 2.0.17 (2022-01-05) - @mojavelinux
Bug Fixes::