diff options
| author | Pierre-Marie Pédrot | 2019-12-24 13:23:14 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-12-26 12:27:17 +0100 |
| commit | e17ee7629006dd119393727a3203bc6e602d5473 (patch) | |
| tree | 4d52aabee98537c35ac70d9d926d742a80d28332 /doc | |
| parent | feea1d0377e2fb083efe74cd241e7867d008d5be (diff) | |
Deprecate the "omega with *" syntax.
Changes to the test-suite were backported from PR #11288.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/04-tactics/11337-omega-with-depr.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/11337-omega-with-depr.rst b/doc/changelog/04-tactics/11337-omega-with-depr.rst new file mode 100644 index 0000000000..25e929e030 --- /dev/null +++ b/doc/changelog/04-tactics/11337-omega-with-depr.rst @@ -0,0 +1,6 @@ +- **Deprecated:** + The undocumented ``omega with`` tactic variant has been deprecated, + using ``lia`` is the recommended replacement, tho the old semantics + of ``omega with *`` can be recovered with ``zify; omega`` + (`#11337 <https://github.com/coq/coq/pull/11337>`_, + by Emilio Jesus Gallego Arias). |
