Update CHANGES for :option: reference format changes (#10892)

This commit is contained in:
Martin Liška 2022-10-05 14:40:56 +02:00 committed by GitHub
parent 26fe10f0b7
commit 3d25662550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,8 @@ Deprecated
Features added
--------------
* #10840: One can cross-reference including an option value: ``:option:`--module=foobar```.
* #10840: One can cross-reference including an option value like ``:option:`--module=foobar```,
``:option:`--module[=foobar]``` or ``:option:`--module foobar```.
Patch by Martin Liska.
* #10881: autosectionlabel: Record the generated section label to the debug log.