Add Changes entry

master
Leo White 2017-09-11 15:31:12 +01:00
parent 41bfd8e8ef
commit 5b2476bb3f
1 changed files with 7 additions and 0 deletions

View File

@ -73,6 +73,10 @@ Working version
stubs.
(Mark Shinwell, review by Pierre Chambart and Leo White)
- GPR#1195: Merge functions based on partiality rather than
Parmatch.irrefutable.
(Leo White, review by Thomas Refis, Alain Frisch and Gabriel Scherer)
- GPR#1215: Improve compilation of short-circuit operators
(Leo White, review by Frédéric Bour and Mark Shinwell)
@ -452,6 +456,9 @@ Working version
- Fix pprintast for #... infix operators
(Alain Frisch, report by Omar Chebib)
- GPR#1308: Only treat pure patterns as inactive
(Leo White, review by Alain Frisch and Gabriel Scherer)
### Runtime system:
- GPR#1070, GPR#1295: enable gcc typechecking for caml_alloc_sprintf,