File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 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
3
10
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 )
6
14
7
15
2.4.3 (2019-12-31)
8
16
------------------
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ depends: [
10
10
"base-unix"
11
11
"base-threads"
12
12
"ocamlfind" {>= "1.7.2"}
13
- "lambda-term" {>= "2.0 " & < "3 .0"}
13
+ "lambda-term" {>= "3.0.0 " & < "4 .0"}
14
14
"lwt"
15
15
"lwt_react"
16
16
"camomile"
You can’t perform that action at this time.
0 commit comments