aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEnrico Tassi2019-11-22 11:35:04 +0100
committerEnrico Tassi2019-12-24 09:09:16 +0100
commitf258a877d25c1f6a27875f26d9ea1fe0a5fb5b81 (patch)
tree9dd48c5228d0da9eeb87305c03ba7ec82a235659 /doc
parent028d64fb5c461e32752b0f8a92d4e2eca2a26d0d (diff)
[CS] Allow a variable introduced with Let to be a canonical instance
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/07-commands-and-options/11164-let-cs.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog/07-commands-and-options/11164-let-cs.rst b/doc/changelog/07-commands-and-options/11164-let-cs.rst
new file mode 100644
index 0000000000..b9ecd140e7
--- /dev/null
+++ b/doc/changelog/07-commands-and-options/11164-let-cs.rst
@@ -0,0 +1 @@
+- A section variable introduces with :g:`Let` can be declared as a :g:`Canonical Structure` (`#11164 <https://github.com/coq/coq/pull/11164>`_, by Enrico Tassi).