aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/02-specification-language/12756-dont-refresh-argument-names.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/02-specification-language/12756-dont-refresh-argument-names.rst')
-rw-r--r--doc/changelog/02-specification-language/12756-dont-refresh-argument-names.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/changelog/02-specification-language/12756-dont-refresh-argument-names.rst b/doc/changelog/02-specification-language/12756-dont-refresh-argument-names.rst
deleted file mode 100644
index b0cf4ca4e3..0000000000
--- a/doc/changelog/02-specification-language/12756-dont-refresh-argument-names.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-- **Changed:**
- Tweaked the algorithm giving default names to arguments.
- Should reduce the frequency that argument names get an
- unexpected suffix.
- Also makes :flag:`Mangle Names` not mess up argument names.
- (`#12756 <https://github.com/coq/coq/pull/12756>`_,
- fixes `#12001 <https://github.com/coq/coq/issues/12001>`_
- and `#6785 <https://github.com/coq/coq/issues/6785>`_,
- by Jasper Hugunin).