From 3d25662550aba00d6e2e43d3ff76dce958079368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 5 Oct 2022 14:40:56 +0200 Subject: [PATCH] Update CHANGES for `:option:` reference format changes (#10892) --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e3c91d72e01..fee65b9390f 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.