aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorEnrico Tassi2019-05-22 17:52:19 +0200
committerEnrico Tassi2019-06-04 13:58:43 +0200
commit0f1814bcbaafbd93d7c7587eef8826a80b65477f (patch)
treef6eb6f20a829ae78093bd5751560dcf258c90466 /doc/changelog
parent3b7509b96273f4e412b747e0c55dd193f38fd418 (diff)
[function] always open a proof when used with `wf` or `measure`
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/02-specification-language/10215-rm-maybe-open-proof.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/10215-rm-maybe-open-proof.rst b/doc/changelog/02-specification-language/10215-rm-maybe-open-proof.rst
new file mode 100644
index 0000000000..53828db951
--- /dev/null
+++ b/doc/changelog/02-specification-language/10215-rm-maybe-open-proof.rst
@@ -0,0 +1,5 @@
+- Function always opens a proof when used with a ``measure`` or ``wf``
+ annotation, see Description of the changes, with possible link to
+ :ref:`advanced-recursive-functions` of the updated documentation
+ (`#10215 <https://github.com/coq/coq/pull/10215>`_,
+ by Enrico Tassi).