aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorletouzey2011-04-03 15:18:56 +0000
committerletouzey2011-04-03 15:18:56 +0000
commitf8e8ffa4b7c42f6c53126d284c0bfbf8a992bc89 (patch)
tree557bb27a8ba221cb0664aeab558eacaa83531d96 /CHANGES
parenta9bf7d8e017488d94e8491c432a77a9a178be3a8 (diff)
Update documentation concerning proofs loading (cf last commit)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13954 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0054e4cef6..19edf585e8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -75,6 +75,9 @@ Libraries
Internal infrastructure
+- Opaque proofs are now loaded lazily by default. This allows to be almost as
+ fast as -dont-load-proofs, while being safer (no creation of axioms) and
+ avoiding feature restrictions (Print and Print Assumptions work ok).
- Experimental support added for camlp4 (the one provided alongside ocaml),
simply pass option -usecamlp4 to ./configure. By default camlp5 is used.
- Revised build system: no more stages in Makefile thanks to some recursive