version 1.4

This commit is contained in:
Jérémie Dimino 2013-03-10 16:44:58 +00:00
parent 7e7116ca9d
commit 51b24b6d5d
2 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,15 @@
1.4 (2013-03-09)
----------------
* hide identifiers starting with `_`. This can be disabled with
`UTop.set_hide_reserved false`.
* automatically load camlp4 parsing (with original syntax) when
trying to load a syntax extension
* fix a small bug when using camlp4, causing an exception to be raised
when pressing `Enter` in the middle of a comment
1.3 (2013-01-29)
------------------
----------------
* allow to automatically wait for ascync deferred values
* added the `-short-paths` options for OCaml >= 4.01.0

2
_oasis
View File

@ -5,7 +5,7 @@
OASISFormat: 0.3
OCamlVersion: >= 3.12
Name: utop
Version: 1.3
Version: 1.4
LicenseFile: LICENSE
License: BSD3
Authors: Jérémie Dimino