summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Clerc <xavier.clerc@inria.fr>2012-05-29 07:39:13 +0000
committerXavier Clerc <xavier.clerc@inria.fr>2012-05-29 07:39:13 +0000
commit8889c93af2332d9da47af6ad3cd6d97ab6fb2627 (patch)
treeae9b35fb9be80910a13bdb512b51e9e5d481fa72
parent18cb4a0c2883c7b29d6ecd54fc54d55c06b6c394 (diff)
Move of the message related to PR#5620, due to backport to 4.00.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12494 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes b/Changes
index fa78c0656..84853deca 100644
--- a/Changes
+++ b/Changes
@@ -5,7 +5,6 @@ Bug fixes:
- PR#5327: (Windows) Unix.select blocks if same socket listed in first and
third arguments
- PR#5551: Avoid repeated lookups for missing cmi files
-- PR#5620: invalid printing of type manifest (camlp4 revised syntax)
OCaml 4.00.0:
-------------
@@ -146,6 +145,7 @@ Bug Fixes:
- PR#5560: incompatible type for tuple pattern with -principal
- PR#5603: wrong .file debug info generated by ocamlopt -g
- PR#5610: new unmarshaler (from PR#5318) fails to freshen object identifiers
+- PR#5620: invalid printing of type manifest (camlp4 revised syntax)
- problem with printing of string literals in camlp4 (reported on caml-list)
- emacs mode: colorization of comments and strings now works correctly