version 1.9

This commit is contained in:
Jeremie Dimino 2013-11-26 13:50:51 +00:00
parent 52d0f02e0a
commit 140eedf66a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
1.9 (2013-11-26)
----------------
* automatically load all files in `$OCAML_TOPLEVEL_PATH/autoload` at
startup. Can be disabled with `autoload: false` in `~/.utoprc` or
`-no-autoload`.
* fix #38: handle errors from custom camlp4 ast filters
* fix #7: avoid a stack overflow in UTop_lexer
1.8 (2013-10-25)
----------------

2
_oasis
View File

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