aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2009-01-04 22:21:28 +0000
committerherbelin2009-01-04 22:21:28 +0000
commitc20bdd9c7b3d0823f1c2fb3bbb56fa12d3ca88dd (patch)
tree04c61223c47da7ba6c50a47ce0cf02074f4d150a /CHANGES
parent50a4cdd38f3c80306b1f200c699dd6504d2b410a (diff)
Added installation of .cmi files in "make install" target of coq_makefile.
Updated CHANGES. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11747 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0e7eb93970..593bae43c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -336,6 +336,8 @@ Tactics
occurrences of a term.
- Tactic "pose proof" supports name overwriting in case of specialization of an
hypothesis.
+- Semi-decision tactic "jp" for first-order intuitionistic logic moved to user
+ contributions (subsumed by "firstorder").
Program