aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/02-specification-language/13188-instance-gen.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/02-specification-language/13188-instance-gen.rst')
-rw-r--r--doc/changelog/02-specification-language/13188-instance-gen.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/changelog/02-specification-language/13188-instance-gen.rst b/doc/changelog/02-specification-language/13188-instance-gen.rst
deleted file mode 100644
index 6a431f85ed..0000000000
--- a/doc/changelog/02-specification-language/13188-instance-gen.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-- **Removed:** The type given to :cmd:`Instance` is no longer automatically
- generalized over unbound and :ref:`generalizable <implicit-generalization>` variables.
- Use :n:`Instance : \`{@type}` instead of :n:`Instance : @type` to get the old behaviour, or
- enable the compatibility flag :flag:`Instance Generalized Output`.
- (`#13188 <https://github.com/coq/coq/pull/13188>`_, fixes `#6042
- <https://github.com/coq/coq/issues/6042>`_, by Gaƫtan Gilbert).