aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/05-tactic-language/11882-master+ltac2-fresh-in-context.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/05-tactic-language/11882-master+ltac2-fresh-in-context.rst')
-rw-r--r--doc/changelog/05-tactic-language/11882-master+ltac2-fresh-in-context.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/changelog/05-tactic-language/11882-master+ltac2-fresh-in-context.rst b/doc/changelog/05-tactic-language/11882-master+ltac2-fresh-in-context.rst
deleted file mode 100644
index 47e7be4d0e..0000000000
--- a/doc/changelog/05-tactic-language/11882-master+ltac2-fresh-in-context.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-- **Added:**
- New Ltac2 function ``Fresh.Free.of_goal`` to return the list of
- names of declarations of the current goal; new Ltac2 function
- ``Fresh.in_goal`` to return a variable fresh in the current goal
- (`#11882 <https://github.com/coq/coq/pull/11882>`_,
- by Hugo Herbelin).