aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGuillaume Melquiond2015-10-07 23:08:45 +0200
committerGuillaume Melquiond2015-10-07 23:08:45 +0200
commit27d4a636cb7f1fbdbced1980808a9b947405eeb5 (patch)
tree830d7de2466f41ec69fe6792b7f0e3d85acefa5a /CHANGES
parente26b4dbedd29acbfb9cbf2320193cc68afa60cf3 (diff)
Remove the "exists" overrides from Program. (Fix bug #4360)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 16d86c8ff1..cf2bb49271 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,8 @@ Tactics
"intros" automatically complete the introduction of its subcomponents, as the
the disjunctive-conjunctive introduction patterns in non-terminal position
already do.
+- Importing Program no longer overrides the "exists" tactic (potential source
+ of incompatibilities).
API