aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-12-14 19:55:51 +0100
committerEmilio Jesus Gallego Arias2019-12-26 12:28:03 +0100
commit4c9f7cf20f97921669bdec5df94b4f04b728a209 (patch)
tree6837bcddaed0dcf50bcde7f702e5674a969caaa5 /doc
parente17ee7629006dd119393727a3203bc6e602d5473 (diff)
[omega] Remove non-documented "omega with *"
This form is only used in coq-bignums and not documented. I think removal is the best choice, specially as `zify` is not part of the omega plugin anymore.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/11288-omega+depr.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/11288-omega+depr.rst b/doc/changelog/04-tactics/11288-omega+depr.rst
new file mode 100644
index 0000000000..2832e6db61
--- /dev/null
+++ b/doc/changelog/04-tactics/11288-omega+depr.rst
@@ -0,0 +1,6 @@
+- **Removed:**
+ The undocumented ``omega with`` tactic variant has been removed,
+ using ``lia`` is the recommended replacement, tho the old semantics
+ of ``omega with *`` can be recovered with ``zify; omega``
+ (`#11288 <https://github.com/coq/coq/pull/11288>`_,
+ by Emilio Jesus Gallego Arias).