aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b38a346a04..cdcda4ed11 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,12 @@ Program
consistent with "Proof with".
- Program Lemma, Definition now respect automatic introduction.
+Module System
+
+- The names of modules (and module types) are now in a fully separated
+ namespace from ordinary definitions : "Definition E:=0. Module E. End E."
+ is now accepted.
+
CoqIDE
- Coqide now supports the Restart command, and Undo (with a warning).