aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/07-commands-and-options/13384-warn-unqualified-hint.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/07-commands-and-options/13384-warn-unqualified-hint.rst')
-rw-r--r--doc/changelog/07-commands-and-options/13384-warn-unqualified-hint.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/changelog/07-commands-and-options/13384-warn-unqualified-hint.rst b/doc/changelog/07-commands-and-options/13384-warn-unqualified-hint.rst
deleted file mode 100644
index 8ec7198b72..0000000000
--- a/doc/changelog/07-commands-and-options/13384-warn-unqualified-hint.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-- **Deprecated:**
- The default value for hint locality is currently :attr:`local` in a section and
- :attr:`global` otherwise, but is scheduled to change in a future release. For the
- time being, adding hints outside of sections without specifying an explicit
- locality is therefore triggering a deprecation warning. It is recommended to
- use :attr:`export` whenever possible
- (`#13384 <https://github.com/coq/coq/pull/13384>`_,
- by Pierre-Marie Pédrot).