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
master
Xavier Clerc 2012-05-29 07:39:13 +00:00
parent 18cb4a0c28
commit 8889c93af2
1 changed files with 1 additions and 1 deletions

View File

@ -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