aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/10-standard-library/12861-nsatz-tactic-instances.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/10-standard-library/12861-nsatz-tactic-instances.rst')
-rw-r--r--doc/changelog/10-standard-library/12861-nsatz-tactic-instances.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/changelog/10-standard-library/12861-nsatz-tactic-instances.rst b/doc/changelog/10-standard-library/12861-nsatz-tactic-instances.rst
deleted file mode 100644
index 41359098e3..0000000000
--- a/doc/changelog/10-standard-library/12861-nsatz-tactic-instances.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-- **Changed:**
- ``Require Import Coq.nsatz.NsatzTactic`` now allows using :tacn:`nsatz`
- with `Z` and `Q` without having to supply instances or using ``Require Import Coq.nsatz.Nsatz``, which
- transitively requires unneeded files declaring axioms used in the reals
- (`#12861 <https://github.com/coq/coq/pull/12861>`_,
- fixes `#12860 <https://github.com/coq/coq/issues/12860>`_,
- by Jason Gross).