diff options
| author | Sarah White <graphitefriction@gmail.com> | 2021-04-10 23:53:51 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-10 23:53:51 -0600 |
| commit | 523cbf3beb0b0065f2bbe0a78ba5ebff060dcca2 (patch) | |
| tree | f8766be79446e26f355a716c2d36072069236c3b /docs | |
| parent | 5e724fe02485da319ff3dbb58585de2f03758d59 (diff) | |
add section to What's New page for Asciidoctor 2.0.13 [skip ci] (PR #4005)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/whats-new.adoc | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index c647217c..6fd78f0d 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -10,6 +10,53 @@ The releases are ordered from newest to oldest. _**Cumulative issues resolved:** {url-milestone}[2.0.x^]_ += Asciidoctor 2.0.13 + +_**Release date:** 2021.04.10_ + +== Bug fixes + +* Rollback change for #3470, which added logic to remove leading and trailing empty lines in an AsciiDoc include file; instead skip empty lines before processing document header (#3997) +* Don't allow `counter` and `counter2` attribute directives to override locked attributes (#3939) (*@mogztter*) +* Fix crash when resolving next value in sequence for counter with non-numeric value (#3940) +* Honor list of tags following negated wildcard on include directive (#3932) +* Update default stylesheet to remove the dash in front of cite on nested quote block (#3847) +* Don't mangle formatting macros when uppercasing section titles in man page output (#3892) +* Don't escape hyphen in `manname` in manpage output +* Remove extra `.sp` line before content of verse block in manpage output +* Fix layout of footnotes in manpage output (#3989) +* Fix formatting of footnote text with URL in manpage output (#3988) +* Remove redundant trailing space on URL followed by non-adjacent text in man page output (#4004) +* Use `.bp` macro at location of page break in manpage output (#3992) + +== Improvements + +* Extract method to create lexer and formatter in Rouge adapter (#3953) (*@Oblomov*) +* Add support for pygments.rb 2.x (#3969) (*@slonopotamus*) +* Allow `NullLogger` to be enabled by setting the `:logger` option to a falsy value (#3982) +* Substitute attributes in manpurpose part of NAME section in manpage doctype (#4000) +* Output all mannames in name section of HTML output for manpage doctype (#3757) + +== Build and infrastructure:: + +* Enable running tests as root (PR #3874) (*@mikemckiernan*) +* Import documentation for processor into Asciidoctor core repository (#3861) (*@graphitefriction*) +* Speed up CI by using Bundler cache (PR #3901) (*@slonopotamus*) +* Run tests against both pygments.rb 1.x and 2.x (#3969) (*@slonopotamus*) + +== Documentation + +* Multiple copyedits and typo fixes (PR #3858)(PR #3912)(PR #3913) (*@mogztter*) +* Improve Dutch translation by removing diacritic from first letter of `toc-title` and adding translations for `part` and `section` (PR #3895) (*@jdevreese*) +* Update _attributes-it.adoc_ (PR #3886) (*@ciampix*) +* Correct extension registry errors in _options.adoc_ (PR #3902) (*@djencks*) +* Minor improvements to docs features page (PR #3917) (*@Younes-L*) +* Add Belarusian translation of built-in attributes (PR #3928) (*@morganov*) +* Document the `header_only` option (PR #3934) (*@mogztter*) +* Add a pandoc command using docker and update command on MS Word migration page (PR #3956) (*@dacog*) +* Apply minor typo and flow change to default stylesheet docs (PR #3977) (*@chrisperrault*) +* Update instructions for Migrating from Confluence XHTML (#3994) (*@juliojgd*) + = Asciidoctor 2.0.12 _**Release date:** 2020.11.10_ |
