master
Nicolás Ojeda Bär 2019-04-10 17:29:39 +02:00
parent 4f8d46e380
commit 4fa8e3a857
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ Working version
- #1973: fix compilation of catches with multiple handlers
(Vincent Laviron)
- #2190: fix pretty printing (using Pprintast) of "lazy ..." patterns and
"fun (type t) -> ..." expressions.
(Nicolás Ojeda Bär, review by Gabriel Scherer)
- #2228, #8545: refactoring the handling of .cmi files
by moving the logic from Env to a new module Persistent_env
(Gabriel Scherer, review by Jérémie Dimino and Thomas Refis)