CHANGELOG.adoc in asciidoctor-2.0.21 vs CHANGELOG.adoc in asciidoctor-2.0.22
- old
+ new
@@ -14,10 +14,25 @@
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.22 (2024-03-08) - @mojavelinux
+
+Improvements::
+
+ * Set `cloaked-context` attribute on source block when context is not `:listing` (#4556)
+
+Compliance::
+
+ * Remove use of base64 library to prevent warning in Ruby >= 3.3 (#4561)
+
+=== Details
+
+{url-repo}/releases/tag/v2.0.22[git tag] | {url-repo}/compare/v2.0.21\...v2.0.22[full diff]
+// end::compact[]
+
== 2.0.21 (2024-02-20) - @mojavelinux
Compliance::
* Turn off system-dependent newline conversion when writing files; don't convert line feeds to system-dependent newline (#4550)
@@ -44,10 +59,9 @@
* Allow URL enclosed in angled brackets syntax to be escaped using backslash (#4468)
=== Details
{url-repo}/releases/tag/v2.0.21[git tag] | {url-repo}/compare/v2.0.20\...v2.0.21[full diff]
-// end::compact[]
== 2.0.20 (2023-05-18) - @mojavelinux
Bug Fixes::