aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimonBoulier2019-12-19 13:40:36 +0100
committerSimonBoulier2020-02-04 16:07:21 +0100
commit0f568166e37216a6e174e81757f6f2a2bc56fb4e (patch)
treee20e9b48ca4add70696ed080181ba60afaf84c3b
parentd12d696c21e73016581a53793eaa8c3bf4f00833 (diff)
Add changelog for non maximal implicit args
-rw-r--r--doc/changelog/02-specification-language/11235-non_maximal_implicit.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/11235-non_maximal_implicit.rst b/doc/changelog/02-specification-language/11235-non_maximal_implicit.rst
new file mode 100644
index 0000000000..aa42ef0fee
--- /dev/null
+++ b/doc/changelog/02-specification-language/11235-non_maximal_implicit.rst
@@ -0,0 +1,6 @@
+- **Added:**
+ Syntax for non maximal implicit arguments in toplevel definitions using
+ square brackets. The syntax is ``[x : A]``, ``[x]``, ```[A]``
+ to be consistent with the command :cmd:`Arguments (implicits)`.
+ (`#11235 <https://github.com/coq/coq/pull/11235>`_,
+ by SimonBoulier).