aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Laporte2019-10-29 16:18:00 +0000
committerVincent Laporte2020-03-24 09:49:07 +0100
commitb99e95486d3f66c29cc831eb57c018c32b7479f5 (patch)
tree13d10f1ba3e3f0aa11ffa50e110dcc23a8576b5f /doc
parentd48757f04b1a23e2d47448da843409a7b44bd091 (diff)
“auto with zarith”: use “lia” rather than “omega”
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/11018-lia-in-auto-with-zarith.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/11018-lia-in-auto-with-zarith.rst b/doc/changelog/04-tactics/11018-lia-in-auto-with-zarith.rst
new file mode 100644
index 0000000000..d510416990
--- /dev/null
+++ b/doc/changelog/04-tactics/11018-lia-in-auto-with-zarith.rst
@@ -0,0 +1,7 @@
+- **Changed:** The :g:`auto with zarith` tactic and variations (including :tacn:`intuition`)
+ may now call the :tacn:`lia` tactic instead of :tacn:`omega`
+ (when the `Omega` module is loaded);
+ more goals may be automatically solved,
+ fewer section variables will be captured spuriously
+ (`#11018 <https://github.com/coq/coq/pull/11018>`_,
+ by Vincent Laporte).