aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-12 14:46:58 +0000
committerGitHub2020-11-12 14:46:58 +0000
commit6d7877829b7265d6c416c17ea3bbacf65f306609 (patch)
tree106990d1eb961d61b09f137be6759d663aa13b39 /doc
parent7ba09858a87a6940278c96ae328e44c142842cd9 (diff)
parentb9f4ed819b36cfa27046743035fa080035db6672 (diff)
Merge PR #13351: Fixes #13349: accept Search on subparts of an identifier, not only on subidentifiers of an identifier
Reviewed-by: Zimmi48
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/07-commands-and-options/13351-master+search-all-subparts-ident.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/07-commands-and-options/13351-master+search-all-subparts-ident.rst b/doc/changelog/07-commands-and-options/13351-master+search-all-subparts-ident.rst
new file mode 100644
index 0000000000..f3ad6dcaca
--- /dev/null
+++ b/doc/changelog/07-commands-and-options/13351-master+search-all-subparts-ident.rst
@@ -0,0 +1,6 @@
+- **Fixed:**
+ :cmd:`Search` supports filtering on parts of identifiers which are
+ not proper identifiers themselves, such as :n:`"1"`
+ (`#13351 <https://github.com/coq/coq/pull/13351>`_,
+ fixes `#13349 <https://github.com/coq/coq/issues/13349>`_,
+ by Hugo Herbelin).