diff options
| author | Emilio Jesus Gallego Arias | 2019-12-14 19:55:51 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-12-26 12:28:03 +0100 |
| commit | 4c9f7cf20f97921669bdec5df94b4f04b728a209 (patch) | |
| tree | 6837bcddaed0dcf50bcde7f702e5674a969caaa5 /doc | |
| parent | e17ee7629006dd119393727a3203bc6e602d5473 (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.rst | 6 |
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). |
