Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liška <mliska@suse.cz>2022-10-05 15:40:56 +0300
committerGitHub <noreply@github.com>2022-10-05 15:40:56 +0300
commit3d25662550aba00d6e2e43d3ff76dce958079368 (patch)
treee24c45b57ef2873a03201868429ac57c267dae81
parent26fe10f0b7f064bca4b58e218083b0dcba274335 (diff)
Update CHANGES for `:option:` reference format changes (#10892)
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e3c91d72e..fee65b939 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.