aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-05-16 16:49:03 +0200
committerGaëtan Gilbert2019-05-21 12:44:30 +0200
commitf80f7c49cc9fb40b493be5cad787bd4b8f8fb717 (patch)
tree54dde1d9352e99afce16755199f9331bfb758ea0 /doc
parent02d6f5660d54fcf4dfc9cff36cbda41dca3f601f (diff)
Remove undocumented Instance : ! syntax
It's used a few times in the stdlib (a couple of which need no other change when removing the !) and not at all throughout our CI. Considering that I think it's fair enough to remove it.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/07-commands-and-options/10185-instance-no-bang.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog/07-commands-and-options/10185-instance-no-bang.rst b/doc/changelog/07-commands-and-options/10185-instance-no-bang.rst
new file mode 100644
index 0000000000..c69cda9656
--- /dev/null
+++ b/doc/changelog/07-commands-and-options/10185-instance-no-bang.rst
@@ -0,0 +1,2 @@
+- Remove undocumented :n:`Instance : !@type` syntax
+ (`#10185 <https://github.com/coq/coq/pull/10185>`_, by Gaëtan Gilbert).