Skip to content

Commit 471cb31

Browse files
committed
release 2.5.0
1 parent 09f479a commit 471cb31

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGES.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
next
2-
----
1+
2.5.0 (2020-04-26)
2+
------------------
3+
4+
### Additions
5+
6+
* add `#edit_mode_vi` and `#edit_mode_default` mode to set the editing mode(@kandu)
7+
* Backport the `#use_output` directive (@diml, #313)
8+
9+
### General
310

4-
- Load init file from ~/.config/utop/init.ml as per XDG conventions (@copy, #144)
5-
- Backport the #use_output directive (@diml, #313)
11+
* Load init file from ~/.config/utop/init.ml as per XDG conventions (@copy, #144)
12+
* Add OCaml 4.09 and 4.10 to the CI matrix (@kit-ty-kate, #310)
13+
* Add documentation for dune utop usage in emacs (@samarthkishor, #307)
614

715
2.4.3 (2019-12-31)
816
------------------

utop.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ depends: [
1010
"base-unix"
1111
"base-threads"
1212
"ocamlfind" {>= "1.7.2"}
13-
"lambda-term" {>= "2.0" & < "3.0"}
13+
"lambda-term" {>= "3.0.0" & < "4.0"}
1414
"lwt"
1515
"lwt_react"
1616
"camomile"

0 commit comments

Comments
 (0)