aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar clrenard <clrenard@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-01 15:46:20 +0000
committerGravatar clrenard <clrenard@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-01 15:46:20 +0000
commit795e9e95173b746f7845f8eb8e0b52fe42e82346 (patch)
treeca805a95e0c1478cf42261a33d7d4de7726f34fd /CHANGES
parent041fb62aa1f9845c20acabc29b385ecb0f376b06 (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5055 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e094fd2a8..c4d2f8353 100644
--- a/CHANGES
+++ b/CHANGES
@@ -190,6 +190,7 @@ Tactics
- Field now works on types in Set
- Auto with reals now try to replace le by ge (Rge_le is no longer an
immediate hint), resulting in shorter proofs
+- Instantiate now works in hyps (syntax : Instantiate in ...)
- Some new tactics : EConstructor, ELeft, Eright, ESplit, EExists
Extraction (See details in contrib/extraction/CHANGES)