@@ -552,7 +552,7 @@ Describing changes between versions
552552 There must be no blank line between the directive head and the explanation;
553553 this is to make these blocks visually continuous in the markup.
554554
555- .. version-changed :: 8.3
555+ .. version-changed :: 9.0
556556 The :rst:dir: `versionadded ` directive was renamed to :rst:dir: `version-added `.
557557 The previous name is retained as an alias.
558558
@@ -570,7 +570,7 @@ Describing changes between versions
570570 Similar to :rst:dir: `version-added `, but describes when and what changed in
571571 the named feature in some way (new parameters, changed side effects, etc.).
572572
573- .. version-changed :: 8.3
573+ .. version-changed :: 9.0
574574 The :rst:dir: `versionchanged ` directive was renamed to :rst:dir: `version-changed `.
575575 The previous name is retained as an alias.
576576
@@ -590,7 +590,7 @@ Describing changes between versions
590590 A *brief * explanation can also be given,
591591 for example to tell the reader what to use instead.
592592
593- .. version-changed :: 8.3
593+ .. version-changed :: 9.0
594594 The :rst:dir: `deprecated ` directive was renamed to :rst:dir: `version-deprecated `.
595595 The previous name is retained as an alias
596596
@@ -611,7 +611,7 @@ Describing changes between versions
611611
612612 .. version-added :: 7.3
613613
614- .. version-changed :: 8.3
614+ .. version-changed :: 9.0
615615 The :rst:dir: `versionremoved ` directive was renamed to :rst:dir: `version-removed `.
616616 The previous name is retained as an alias.
617617
@@ -1492,7 +1492,7 @@ Check the :confval:`latex_table_style`.
14921492 complex contents such as multiple paragraphs, blockquotes, lists, literal
14931493 blocks, will render correctly to LaTeX output.
14941494
1495- .. versionchanged :: 8.3 .0
1495+ .. versionchanged :: 9 .0
14961496 The partial support of the LaTeX builder for nesting a table in another
14971497 has been extended.
14981498 Formerly Sphinx would raise an error if ``longtable `` class was specified
@@ -1579,12 +1579,12 @@ Check the :confval:`latex_table_style`.
15791579 preamble, as in fact Sphinx uses ``T `` and sets it by default to be an
15801580 alias of ``J ``.
15811581
1582- .. versionchanged :: 8.3 .0
1582+ .. versionchanged :: 9 .0
15831583
15841584 Formerly, Sphinx did not use ``tabulary `` if the table had at least one
15851585 cell containing "problematic" elements such as lists, object descriptions,
15861586 blockquotes (etc...) because such contents are not out-of-the-box
1587- compatible with ``tabulary ``. At ``8.3 .0 `` a technique, which was already
1587+ compatible with ``tabulary ``. At ``9 .0 `` a technique, which was already
15881588 in use for merged cells, was extended to such cases, and the sole
15891589 "problematic" contents are code-blocks and nested tables. So tables
15901590 containing (only) cells with multiple paragraphs, bullet or enumerated
0 commit comments