aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-10 10:52:30 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-10 10:52:30 +0200
commita2e283c8545f9e7f2951c42892945b027674a665 (patch)
tree5fb5d5946a31f07b83f85eaa9206d9b586ee7b89 /CHANGES
parent77eb48ff814ec92fdaf4c7b61026d642ac2f14a6 (diff)
parentee42eb1e10be8632e277cf8b9ac6ba40ef86372b (diff)
Merge PR #768: Omega and romega know about context definitions (fix old bug 148)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 39f119e7c..0db98cbf7 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
===================================