Skip to content

Commit

Permalink
groom entries in CHANGELOG [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Apr 19, 2021
1 parent db039c3 commit bfbcc63
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.adoc
Expand Up @@ -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::
Expand Down

0 comments on commit bfbcc63

Please sign in to comment.