aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/02-specification-language/10202-master+fix8011-stronger-check-on-typability-ltac-env.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/02-specification-language/10202-master+fix8011-stronger-check-on-typability-ltac-env.rst')
-rw-r--r--doc/changelog/02-specification-language/10202-master+fix8011-stronger-check-on-typability-ltac-env.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/changelog/02-specification-language/10202-master+fix8011-stronger-check-on-typability-ltac-env.rst b/doc/changelog/02-specification-language/10202-master+fix8011-stronger-check-on-typability-ltac-env.rst
deleted file mode 100644
index 57bce7e4f6..0000000000
--- a/doc/changelog/02-specification-language/10202-master+fix8011-stronger-check-on-typability-ltac-env.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-- **Changed:**
- Warn when manual implicit arguments are used in unexpected positions
- of a term (e.g. in `Check id (forall {x}, x)`) or when a implicit
- argument name is shadowed (e.g. in `Check fun f : forall {x:nat}
- {x}, nat => f`)
- (`#10202 <https://github.com/coq/coq/pull/10202>`_,
- by Hugo Herbelin).