aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorHugo Herbelin2020-01-19 19:11:58 +0100
committerHugo Herbelin2020-01-19 19:11:58 +0100
commit2ae084f55c2e9bce3023a25a1e2c7a70dadcf348 (patch)
tree9a3b7a26e79d80764533ce9618d03a0eb35347f5 /doc/changelog
parentc4de7eb4a4e470864ecd06bb240a3f572d7d84d7 (diff)
parentb9f3e03dd07e678ce900f332cf4653c5d222ee16 (diff)
Merge PR #11368: Turn trailing implicit warning into an error
Ack-by: Zimmi48 Reviewed-by: herbelin Ack-by: maximedenes
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/02-specification-language/11368-trailing_implicit_error.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/11368-trailing_implicit_error.rst b/doc/changelog/02-specification-language/11368-trailing_implicit_error.rst
new file mode 100644
index 0000000000..a7ffde31fc
--- /dev/null
+++ b/doc/changelog/02-specification-language/11368-trailing_implicit_error.rst
@@ -0,0 +1,6 @@
+- **Changed:**
+ The warning raised when a trailing implicit is declared to be non maximally
+ inserted (with the command cmd:`Arguments <Arguments (implicits)>`) has been turned into an error.
+ This was deprecated since Coq 8.10.
+ (`#11368 <https://github.com/coq/coq/pull/11368>`_,
+ by SimonBoulier).