aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-05-14 18:38:07 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-05-14 18:38:07 +0000
commit23a51bab686dd0ceaa9a87b09beb49d0ee0575c4 (patch)
tree9c7cc50cfe22478c16cdf654c076fc8dba6075eb /CHANGES
parenta8377ede7e0e1e6d2e39d16050fbe6fddc8158d4 (diff)
"change ... in ..." and "simpl ... in ..." now consider nested
occurrences (possible source of incompatibilities since this alters the numbering of occurrences). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16525 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 71bc1cc72..d79b1d02f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,6 +43,10 @@ Tactics
behaves like if matching on "?X pat1 ... patn", i.e. accepting "_"
to be instantiated by an applicative term (experimental at this
stage, potential source of incompatibilities).
+- "change ... in ..." and "simpl ... in ..." now consider nested
+ occurrences (possible source of incompatibilities since this alters
+ the numbering of occurrences).
+
Program