diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/whats-new.adoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index cb663468..270f1001 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -1,7 +1,7 @@ //= What's New (Asciidoctor {page-component-version}) = What's New in {page-component-version} :doctype: book -:description: This page presents the changes made in each of the patch releases in the Asciidoctor {page-component-version} release line. +:description: The new features, improvements, and bug fixes made in each patch release of the Asciidoctor {page-component-version} release line. :page-toclevels: 0 :url-releases-asciidoctor: {url-org}/asciidoctor/releases :url-milestone: {url-org}/asciidoctor/milestone/33?closed=1 @@ -20,7 +20,7 @@ _**Release date:** 2022.01.05_ * Don't crash if process method for custom block returns an abstract block with context :compound that isn't of type Block (e.g., a list) * Ignore return value of process method for custom block or block macro if value matches parent argument * Remove unnamespaced selectors in Pygments stylesheet -* Normalize output from Pygments to use linenos class for inline line numbering and trim space after number; update default stylesheet accordingly +* Normalize output from Pygments to use `linenos` class for inline line numbering and trim space after number; update default stylesheet accordingly * Change `AbstractBlock#sections?` to return false when called on block that isn't a Section or Document (PR #3591) (*@Mogztter*) * Hide built-in marker on HTML summary element in Safari when using default stylesheet (#4162) * Hide outline around HTML summary when activated in Safari (#4162) @@ -29,7 +29,7 @@ _**Release date:** 2022.01.05_ * Update default stylesheet to fix spacing around empty list item (#4184) * Honor `:header_only` option when parsing document with manpage doctype (#4192) * Use numeric character reference for closing square bracket around alt text of icon -* Process author or authors document attribute in document header when implicit doctitle is absent (#4206) +* Process `author` or `authors` document attribute in document header when implicit doctitle is absent (#4206) * Patch open-uri-cached gem to work with Ruby 3.1 (update: drop patch now that open-uri-cached has been fixed) (#4227) == Improvements @@ -41,7 +41,7 @@ _**Release date:** 2022.01.05_ * Allow `--failure-level` to be set to default value, `FATAL` * Sort levels in help for `--failure-level` option in ascending order * Invert FR translations for caution & warning admonition labels (#4212) (*@cyChop*) -* Add tests for open-uri-cached integration that's activated by the cache-uri attribute +* Add tests for open-uri-cached integration that's activated by the `cache-uri` attribute * Don't warn if negated tag is not found in include file (#4230) == Build / Infrastructure @@ -56,7 +56,7 @@ _**Release date:** 2021.08.03_ * Include all lines outside of specified tagged region when tag filter on include directive is a single negated tag (#4048) * Only interpret negated wildcard in tag filter on include directive as implicit globstar if it precedes other tags (#4086) -* Change ifeval directive to resolve to false if comparison operation cannot be performed (#4046) +* Change `ifeval` directive to resolve to false if comparison operation cannot be performed (#4046) * Don't crash if `:to_file` option is passed to `load` or `load_file` and value is not a string (#4055) * Use automatic link text if ID in shorthand xref is followed by dangling comma (e.g., `+<<idname,>>+`) * Update default stylesheet to indent blocks attached to list item in checklist (#2550) @@ -116,7 +116,7 @@ _**Release date:** 2021.04.19_ * 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 showtitle/notitle to be toggled in AsciiDoc table cell if set in parent document (#4018) +* Allow `showtitle` and `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 (e.g., `example-caption`) is unset (#4023) * Suppress missing attribute warning when applying substitutions to implicit document title for assignment to intrinsic `doctitle` attribute (#4024) |
