aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2c3d1d441a..f7a71e2bf5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,6 +43,10 @@ Tactics
- "Inversion" now applies also on quantified hypotheses (naming as
for Intros until)
- NewDestruct now accepts terms with missing hypotheses
+- Omega could solve goals such as ~`x<y` |- `x>=y` but failed when the
+ hypothesis was unfolded to `x < y` -> False. This is fixed. In addition,
+ it can also recognize 'False' in the hypothesis and use it to solve the
+ goal.
Miscellaneous