aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/05-tactic-language/11503-ltac2-rebind-with-value.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/05-tactic-language/11503-ltac2-rebind-with-value.rst')
-rw-r--r--doc/changelog/05-tactic-language/11503-ltac2-rebind-with-value.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/changelog/05-tactic-language/11503-ltac2-rebind-with-value.rst b/doc/changelog/05-tactic-language/11503-ltac2-rebind-with-value.rst
deleted file mode 100644
index 0dd0fed4e2..0000000000
--- a/doc/changelog/05-tactic-language/11503-ltac2-rebind-with-value.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-- **Added:**
- The Ltac2 rebinding command :cmd:`Ltac2 Set` has been extended with the ability to
- give a name to the old value so as to be able to reuse it inside the
- new one
- (`#11503 <https://github.com/coq/coq/pull/11503>`_,
- by Pierre-Marie Pédrot).