aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYishuai Li2018-07-27 16:34:15 -0400
committerYishuai Li2018-07-30 13:32:27 -0400
commitcc6526b17ca6ee8cd48e83428282421a004c1763 (patch)
tree5125f8737f3e0c4f0071a2849c73836db19b28c0
parent8a57a4aa808c10f554020e47d5e4173b14bd471d (diff)
CHANGES: note potential incompatibilities with ++
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c1c54ee4b9..b0b445b2e8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -142,6 +142,10 @@ Display diffs between proof steps
Notations
- Added [++] infix for [VectorDef.append].
+ Note that this might cause incompatibilities if you have, e.g., list_scope
+ and vector_scope both open with vector_scope on top, and expect `++` to
+ refer to `app`.
+ Solution: wrap `_ ++ _` in `(_ ++ _)%list` (or whichever scope you want).
Changes from 8.8.0 to 8.8.1
===========================