Add an entry in Changes.

master
lijunsong 2015-11-22 07:41:45 -08:00
parent 1f79677ffb
commit 99a552926e
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ Toplevel and debugger:
- PR#6468: toplevel now supports backtraces if invoked with OCAMLRUNPARAM=b
(Peter Zotov and Jake Donham,
review by Gabriel Scherer and Jacques-Henri Jourdan)
- PR#6935, GPR#298: crash in debugger when load_printer is given a directory
(Junsong Li, review by Gabriel Scherer)
Other libraries:
- PR#4023 and GPR#68: add Unix.sleepf (sleep with sub-second resolution)