Update CHANGES for PR #10759

This commit is contained in:
Jean-François B 2022-10-12 17:23:21 +02:00
parent e7c0881992
commit 3deb5275be

View File

@ -15,6 +15,7 @@ Features added
* #10759: LaTeX: add :confval:`latex_table_style` and support the
``'booktabs'``, ``'borderless'``, and ``'colorrows'`` styles.
(thanks to Stefan Wiehler for initial pull requests #6666, #6671)
* #10840: One can cross-reference including an option value like ``:option:`--module=foobar```,
``:option:`--module[=foobar]``` or ``:option:`--module foobar```.
Patch by Martin Liska.