aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorMaxime Dénès2020-03-05 15:07:10 +0100
committerMaxime Dénès2020-03-05 15:07:10 +0100
commitc5bf968b30fd62d838615ec29d993431d31bbe0b (patch)
tree1d49910af3b706460f3cbbd6031e07306090533e /doc/changelog
parentdca89bdb43c1fe557f1cf681da273f6a8993c338 (diff)
parentdb4cbfef3226cd999b3554b9b8160bc331f45c05 (diff)
Merge PR #7791: Deprecating the declaration of arbitrary terms as hints.
Reviewed-by: Zimmi48 Reviewed-by: mattam82 Reviewed-by: maximedenes
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/07-commands-and-options/7791-deprecate-hint-constr.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/07-commands-and-options/7791-deprecate-hint-constr.rst b/doc/changelog/07-commands-and-options/7791-deprecate-hint-constr.rst
new file mode 100644
index 0000000000..d2af6a4ca7
--- /dev/null
+++ b/doc/changelog/07-commands-and-options/7791-deprecate-hint-constr.rst
@@ -0,0 +1,5 @@
+- **Deprecated:**
+ Deprecated the declaration of arbitrary terms as hints. Global
+ references are now mandatory.
+ (`#7791 <https://github.com/coq/coq/pull/7791>`_,
+ by Pierre-Marie Pédrot).