diff options
| author | Hugo Herbelin | 2020-04-27 18:17:49 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-05-02 17:08:55 +0200 |
| commit | d14a43f7acb982b054185545b5c02820244fc240 (patch) | |
| tree | 5b1f82d883668a9eb7ec58263398ad8cbf0537ac | |
| parent | 2d8cbfd83c72f81284ea0fc85b39515d4e8fe05e (diff) | |
Adding change logs for PR #12121.
Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com>
Also including feedback from Enrico Tassi.
| -rw-r--r-- | doc/changelog/02-specification-language/12121-master+fix11903-warn-non-truly-fixpoint.rst | 5 | ||||
| -rw-r--r-- | doc/changelog/10-standard-library/12121-master+fix11903-warn-non-truly-fixpoint.rst | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/12121-master+fix11903-warn-non-truly-fixpoint.rst b/doc/changelog/02-specification-language/12121-master+fix11903-warn-non-truly-fixpoint.rst new file mode 100644 index 0000000000..d69a94205f --- /dev/null +++ b/doc/changelog/02-specification-language/12121-master+fix11903-warn-non-truly-fixpoint.rst @@ -0,0 +1,5 @@ +- **Added:** + New warning on using :cmd:`Fixpoint` or :cmd:`CoFixpoint` for + definitions which are not recursive + (`#12121 <https://github.com/coq/coq/pull/12121>`_, + by Hugo Herbelin) diff --git a/doc/changelog/10-standard-library/12121-master+fix11903-warn-non-truly-fixpoint.rst b/doc/changelog/10-standard-library/12121-master+fix11903-warn-non-truly-fixpoint.rst new file mode 100644 index 0000000000..f22fff0736 --- /dev/null +++ b/doc/changelog/10-standard-library/12121-master+fix11903-warn-non-truly-fixpoint.rst @@ -0,0 +1,5 @@ +- **Fixed:** + :cmd:`Fixpoint`\s of the standard library without a recursive call turned + into ordinary :cmd:`Definition`\s + (`#12121 <https://github.com/coq/coq/pull/12121>`_, + by Hugo Herbelin; fixes `#11903 <https://github.com/coq/coq/pull/11903>`_). |
