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 3bba84fc7..d1e60f33b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -159,6 +159,9 @@ Program
they can be automatically solved by the default tactic.
- New command "Preterm [ of id ]" to see the actual term fed to Coq for
debugging purposes.
+- Changed the notations "left" and "right" to "in_left" and "in_right" to hide the
+ proofs in standard disjunctions, to avoid breaking existing scripts when importing
+ Program. Also, put them in program_scope.
Miscellaneous