aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/02-specification-language
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-11-02 14:36:07 +0100
committerGaëtan Gilbert2020-11-15 10:30:31 +0100
commit59ea396dc5fd01afd8f8dfd8ec18f84d787244c0 (patch)
tree7ef01ec17704150baa8c40b0066d5d0ed6d25f21 /doc/changelog/02-specification-language
parentbb3f88473c1dd3bae56b769e0f3bc531c63e87fd (diff)
Doc and changelog for Instance Generalized Output
Diffstat (limited to 'doc/changelog/02-specification-language')
-rw-r--r--doc/changelog/02-specification-language/13188-instance-gen.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/13188-instance-gen.rst b/doc/changelog/02-specification-language/13188-instance-gen.rst
new file mode 100644
index 0000000000..6a431f85ed
--- /dev/null
+++ b/doc/changelog/02-specification-language/13188-instance-gen.rst
@@ -0,0 +1,6 @@
+- **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).