aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2011-04-14 18:47:38 +0000
committerherbelin2011-04-14 18:47:38 +0000
commitf36693e6a38ef7395905f7388da3d450cf5b3b5a (patch)
treeaad9678c1df92ab33a4f30611a8ccf7f0c48371b /CHANGES
parent3f787586c709a75e73837e4384d10752079bc646 (diff)
Add directories in COQPATH to search path.
This is to allow users to install plugins when coq is installed system-wide. Signed-off-by: Tom Prince <tom.prince@ualberta.net> git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14001 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 29e5b3d68a..775a2220ce 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,9 @@ Changes from V8.3 to V8.4
- Vm_compute can now be interrupted via Ctrl-C.
+- Coq now searches directories specified in COQPATH and user-contribs before
+ the standard library.
+
Tactics
- New tactics constr_eq, is_evar and has_evar.