From 7b966e17e30611b9ef5b36fd0867df1c7f8a9d52 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Thu, 7 Apr 2016 18:23:37 +0100 Subject: [PATCH] version 1.19 --- CHANGES.md | 16 ++++++++++++++++ _oasis | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4e3fb10..126df18 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +1.19 (2016-04-07) +----------------- + +* allow to configure the external editor with `UTop.set_external_editor` +* add `UTop.set_margin_function` to allow users to set + the margin for the toplevel outcome. It is 80 by default +* better for quoted strings (`{|...|}`) +* add a `#pwd` directive +* experimental support for running utop in the middle of a program + with `UTop_main.interact` +* fix Async integration (automatic waiting of `_ Deferred.t` value). + The new version is more robust against future change in Async +* fix use of the non-existing `replace-in-string` function in the + emacs mode (Syohei Yoshida) +* fallback to Latin-1 for invalid UTF-8 sequences in the compiler output + 1.18.2 (2016-03-02) ------------------- diff --git a/_oasis b/_oasis index 8f9c53f..17efb91 100644 --- a/_oasis +++ b/_oasis @@ -5,7 +5,7 @@ OASISFormat: 0.4 OCamlVersion: >= 4.01 Name: utop -Version: 1.18 +Version: 1.19 LicenseFile: LICENSE License: BSD-3-clause Authors: Jeremie Dimino