aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 45c5d671c..231d9c4ee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,9 @@ Tactics
- The argument of Declare Left Step and Declare Right Step is now a term
(it used to be a reference) (doc TODO)
- Omega now handles arbitrary precision integers
+- Idtac can now be left implicit in a [...|...] construct: for instance,
+ [ foo | | bar ] stands for [ foo | idtac | bar ]. (doc TODO).
+
Modules