Add Changes entry for GPR#80 (Uchar module)

master
Hezekiah M. Carty 2016-01-06 11:37:07 -05:00
parent 4b59df83e0
commit 2229298595
1 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,8 @@ Standard library:
(Romain Calascibetta)
* PR#6524, GPR#79: Filename: Optional ?perms argument to open_temp_file
(Daniel Bünzli, review by Jacques-Pascal Deplaix)
* PR#6525, GPR#80: Add Uchar module to the standard library
(Daniel Bünzli, review by Yoriyuki Yamagata and Damien Doligez)
- PR#6577: improve performance of %L, %l, %n, %S, %C format specifiers
(Alain Frisch)
- PR#6585: fix memory leak in win32unix/createprocess.c