diff options
| author | glondu | 2011-02-11 15:30:19 +0000 |
|---|---|---|
| committer | glondu | 2011-02-11 15:30:19 +0000 |
| commit | 7d9d5157df272f6b276f3271cafd02d2488bae05 (patch) | |
| tree | 5a818692547030d5304f574b8d4a2df43383bca9 /dev | |
| parent | 8dd427c50a84aaba3a4187b214af913f5cff11ae (diff) | |
Update changelogs
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13834 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/changes.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index 3953623885..035b3ad245 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -20,6 +20,21 @@ glob_tactic_expr, instead of glob_tactic_expr * tactic. Only the first component is kept, the second one can be obtained via Tacinterp.eval_tactic. +** ARGUMENT EXTEND ** + +It is now forbidden to use TYPED simultaneously with {RAW,GLOB}_TYPED +in ARGUMENT EXTEND statements. + +** Renaming of rawconstr to glob_constr ** + +The "rawconstr" type has been renamed to "glob_constr" for +consistency. The "raw" in everything related to former rawconstr has +been changed to "glob". For more details about the rationale and +scripts to migrate code using Coq's internals, see commits 13743, +13744, 13755, 13756, 13757, 13758, 13761 (by glondu, end of December +2010) in Subversion repository. Contribs have been fixed too, and +commit messages there might also be helpful for migrating. + ========================================= = CHANGES BETWEEN COQ V8.2 AND COQ V8.3 = ========================================= |
