diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index fb30d7c035..e2917c9fb3 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -17,12 +17,12 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[ Bug Fixes:: - * Don't allow AsciiDoc table cell to set document attribute that was unset from the API (except compat-mode, toc, and showtitle/notitle) (#4017) - * Ensure default document attributes unset in parent document remain unset in AsciiDoc table cell (nested) document (#2586) - * Allow showtitle/notitle to be toggled in AsciiDoc table cell if set in parent document (#4018) - * Ensure mtime of input file honors TZ environment variable on JRuby for Windows (affects value of docdatetime attribute) (#3550) - * Honor caption attribute on blocks that support captioned title even if corresponding *-caption document attribute is not set (#4023) - * Suppress missing attribute warning when applying substitutions to implicit document title to assign to doctitle attribute (#4024) + * Don't allow AsciiDoc table cell to set document attribute that was unset from the API (exceptions include: `compat-mode`, `toc`, `showtitle`, and `notitle`) (#4017) + * Ensure default document attributes unset in parent document remain unset in AsciiDoc table cell (#2586) + * Allow the `showtitle` / `notitle` attribute to be toggled in an AsciiDoc table cell if set or unset in parent document (#4018) + * Ensure mtime of input file honors TZ environment variable on JRuby for Windows (affects value of `docdatetime` attribute) (#3550) + * Honor caption attribute on blocks that support captioned title even if corresponding `*-caption` document attribute (e.g., `example-caption`) is not set (#4023) + * Suppress missing attribute warning when applying substitutions to implicit document title for assignment to intrinsic `doctitle` attribute (#4024) * Increment counter (but not the corresponding attribute) if attribute is locked (#4013) Improvements::