CHANGELOG.adoc in asciidoctor-reducer-1.0.0.alpha.4 vs CHANGELOG.adoc in asciidoctor-reducer-1.0.0.alpha.5
- old
+ new
@@ -2,10 +2,23 @@
:url-repo: https://github.com/asciidoctor/asciidoctor-reducer
This document provides a high-level view of the changes to the Asciidoctor Reducer by release.
For a detailed view of what has changed, refer to the {url-repo}/commits/main[commit history] on GitHub.
+== 1.0.0.alpha.5 (2022-02-06) - @mojavelinux
+
+=== Changed
+
+* Removing trailing empty lines after reducing when sourcemap is not enabled
+* Remove unnecessary override of lineno in preprocess_include_directive override
+* Simplify how include replacement target is tracked
+* Classify extensions in group named `:reducer`
+
+=== Fixed
+
+* Suppress log messages when reloading document (#14)
+
== 1.0.0.alpha.4 (2022-02-03) - @mojavelinux
=== Fixed
* Fix replacement of nested empty and unresolved includes
@@ -55,5 +68,9 @@
{url-repo}/releases/tag/v1.0.0.alpha.3[git tag]
=== Details
{url-repo}/releases/tag/v1.0.0.alpha.4[git tag]
+
+=== Details
+
+{url-repo}/releases/tag/v1.0.0.alpha.5[git tag]