aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/04-tactics/13741-remove_omega.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/04-tactics/13741-remove_omega.rst')
-rw-r--r--doc/changelog/04-tactics/13741-remove_omega.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/13741-remove_omega.rst b/doc/changelog/04-tactics/13741-remove_omega.rst
new file mode 100644
index 0000000000..0b25c01958
--- /dev/null
+++ b/doc/changelog/04-tactics/13741-remove_omega.rst
@@ -0,0 +1,7 @@
+- **Removed:**
+ Removed the `omega` tactic (deprecated in 8.12) and 4 `* Omega *` flags.
+ Use `lia` instead.
+ (`#13741 <https://github.com/coq/coq/pull/13741>`_,
+ by Jim Fehrle, who addressed the final details, building on much work by
+ Frédéric Besson, who greatly improved :tacn:`lia`, Maxime Dénès,
+ Vincent Laporte and with the help of many package maintainers, among others).