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, 6 insertions, 0 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
new file mode 100644
index 0000000000..0dd0fed4e2
--- /dev/null
+++ b/doc/changelog/05-tactic-language/11503-ltac2-rebind-with-value.rst
@@ -0,0 +1,6 @@
+- **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).