aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 39f119e7c5..0db98cbf71 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,13 @@ Tactics
utility. The command "Set NativeCompute Profiling" enables
profiling, and "Set NativeCompute Profile Filename" customizes
the profile filename.
+- The tactic "omega" is now aware of the bodies of context variables
+ such as "x := 5 : Z" (see bug #148). This could be disabled via
+ Unset Omega UseLocalDefs.
+- The tactic "omega" is now aware of the bodies of context variables
+ such as "x := 5 : Z" (see bug #148). This could be disabled via
+ Unset Omega UseLocalDefs.
+- The tactic "romega" is also aware now of the bodies of context variables.
Changes from 8.7+beta1 to 8.7+beta2
===================================