aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorJim Fehrle2021-01-19 11:55:49 -0800
committerJim Fehrle2021-01-25 10:26:13 -0800
commit3d46bed76e656d6a0e4d87320e4d0fd67d1211c2 (patch)
tree7838f1ec474f978474d34d6dd7f06fd9b7c5d58c /doc/changelog
parent071c50e9c2755e93766e5fb047b0a9065934e8fe (diff)
Remove the SearchHead command
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/07-vernac-commands-and-options/13763-remove_searchhead.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/07-vernac-commands-and-options/13763-remove_searchhead.rst b/doc/changelog/07-vernac-commands-and-options/13763-remove_searchhead.rst
new file mode 100644
index 0000000000..7f0650d8ee
--- /dev/null
+++ b/doc/changelog/07-vernac-commands-and-options/13763-remove_searchhead.rst
@@ -0,0 +1,4 @@
+- **Removed:**
+ SearchHead command. Use the `headconcl:` clause of :cmd:`Search` instead
+ (`#13763 <https://github.com/coq/coq/pull/13763>`_,
+ by Jim Fehrle).