From e17ee7629006dd119393727a3203bc6e602d5473 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Tue, 24 Dec 2019 13:23:14 +0100 Subject: Deprecate the "omega with *" syntax. Changes to the test-suite were backported from PR #11288. --- doc/changelog/04-tactics/11337-omega-with-depr.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/changelog/04-tactics/11337-omega-with-depr.rst (limited to 'doc') 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 `_, + by Emilio Jesus Gallego Arias). -- cgit v1.2.3