From 6feae0a9f1009126d9316855a88f8d9c1f09fa48 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Tue, 23 Jun 2015 09:57:34 +0100 Subject: [PATCH] update CHANGES --- CHANGES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index eae7825..d9e7c24 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,20 @@ +1.18 (2015-06-23) +----------------- + +* emace mode improvements (Mads Hartmann Jensen) + - add `utop-minor-mode` to make integration with major modes cleaner + - clean-up of the elisp code +* add `UTop.end_and_accept_current_phrase` to avoid typing `;;` at the + end of every phrases +* fix compatibility with OCaml trunk + +1.17 (2014-12-12) +----------------- + +* re-export `Config.load_path` as `UTop.load_path` (Peter Zotov) +* enable utop-command to be buffer-local (Mads Hartmann Jensen) +* fix 4.01 compatibility (Peter Zotov) + 1.16 (2014-10-20) -----------------