CHANGELOG.adoc in asciidoctor-reducer-1.0.0.alpha.2 vs CHANGELOG.adoc in asciidoctor-reducer-1.0.0.alpha.3

- old
+ new

@@ -2,10 +2,19 @@ :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.3 (2022-02-02) - @mojavelinux + +=== Changed + +* Rename PreprocessorReader ext module to PreprocessorReaderTracker +* Encapsulate logic to enhance PreprocessorReader inside PreprocessorReaderTracker module +* Only reload document if source lines have changed; otherwise, update source lines on reader directly +* Change default safe mode for CLI to :unsafe + == 1.0.0.alpha.2 (2022-01-27) - @mojavelinux === Added * Add `-a` / `--attribute` option to CLI for setting an AsciiDoc document attribute at runtime (#6) @@ -32,5 +41,9 @@ {url-repo}/releases/tag/v1.0.0.alpha.1[git tag] === Details {url-repo}/releases/tag/v1.0.0.alpha.2[git tag] + +=== Details + +{url-repo}/releases/tag/v1.0.0.alpha.3[git tag]