release 2.5.0

This commit is contained in:
ZAN DoYe 2020-04-26 12:42:43 +08:00
parent 09f479af69
commit 471cb31115
2 changed files with 13 additions and 5 deletions

View File

@ -1,8 +1,16 @@
next
----
2.5.0 (2020-04-26)
------------------
- Load init file from ~/.config/utop/init.ml as per XDG conventions (@copy, #144)
- Backport the #use_output directive (@diml, #313)
### Additions
* add `#edit_mode_vi` and `#edit_mode_default` mode to set the editing mode(@kandu)
* Backport the `#use_output` directive (@diml, #313)
### General
* Load init file from ~/.config/utop/init.ml as per XDG conventions (@copy, #144)
* Add OCaml 4.09 and 4.10 to the CI matrix (@kit-ty-kate, #310)
* Add documentation for dune utop usage in emacs (@samarthkishor, #307)
2.4.3 (2019-12-31)
------------------

View File

@ -10,7 +10,7 @@ depends: [
"base-unix"
"base-threads"
"ocamlfind" {>= "1.7.2"}
"lambda-term" {>= "2.0" & < "3.0"}
"lambda-term" {>= "3.0.0" & < "4.0"}
"lwt"
"lwt_react"
"camomile"