better change log for r15901 (PR#6521)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15902 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2015-03-11 19:55:30 +00:00
parent e60a2db81c
commit 1c01597a86
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ Bug fixes:
- PR#6171: Error message confusing when a type escapes its scope.
- PR#6340: Incorrect handling of \r when processing "Windows" source files
(Damien Doligez, report by David Allsopp)
* PR#6521: String.escaped and Char.escaped are locale-dependent
* PR#6521: {Bytes,Char,String}.escaped are locale-dependent
(Damien Doligez, report by Jun Furuse)
- PR#6526: ocamllex warning: unescaped newline in comment string
(Damien Doligez, report by user 'dhekir')