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, 7 insertions, 0 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
new file mode 100644
index 0000000000..41359098e3
--- /dev/null
+++ b/doc/changelog/10-standard-library/12861-nsatz-tactic-instances.rst
@@ -0,0 +1,7 @@
+- **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).