From 59ea396dc5fd01afd8f8dfd8ec18f84d787244c0 Mon Sep 17 00:00:00 2001 From: Gaëtan Gilbert Date: Mon, 2 Nov 2020 14:36:07 +0100 Subject: Doc and changelog for Instance Generalized Output --- doc/changelog/02-specification-language/13188-instance-gen.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/changelog/02-specification-language/13188-instance-gen.rst (limited to 'doc/changelog') 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 ` 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 `_, fixes `#6042 + `_, by Gaëtan Gilbert). -- cgit v1.2.3