master
Nicolás Ojeda Bär 2018-06-15 12:46:04 +02:00
parent 0059176658
commit 322d7e9329
1 changed files with 4 additions and 0 deletions

View File

@ -213,6 +213,10 @@ Working version
- GPR#2058: full explanation for unsafe cycles in recursive module definitions
(Florian Angeletti, review by Gabriel Scherer, suggested by Ivan Gotovchits)
- GPR#1841, MPR#7808: the environment variable OCAMLTOP_INCLUDE_PATH can now
specify a list of additional include directories for the ocaml toplevel.
(Nicolás Ojeda Bär, request by Daniel Bünzli, review by Damien Doligez)
### Code generation and optimizations:
- MPR#7725, GPR#1754: improve AFL instrumentation for objects and lazy values.