version 1.5

This commit is contained in:
Jérémie Dimino 2013-04-28 22:42:26 +01:00
parent c1ec47d83e
commit 2b7dadf4b5
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
1.5 (2013-04-28)
----------------
* when evaluating a region/buffer in emacs, evaluate all phrases
instead of just the first one. Thanks to Matthias Andreas Benkard
for this feature
* change the default prompt from `#` to `$` to match the standard
toplevel
* add the option `UTop.show_box` to allow one to hide the completion
bar
* enhance the lwt/async hooks for automatically waiting on a
thread/deferred. Hooks were not triggered when the type of the
expression was a type alias
1.4 (2013-03-09)
----------------

2
_oasis
View File

@ -5,7 +5,7 @@
OASISFormat: 0.3
OCamlVersion: >= 3.12
Name: utop
Version: 1.4
Version: 1.5
LicenseFile: LICENSE
License: BSD3
Authors: Jeremie Dimino