release 2.6.0

This commit is contained in:
ZAN DoYe 2020-05-30 09:34:44 +08:00
parent c0109a6da6
commit df2447a63d
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
next 2.6.0 (2020-05-30)
------------------ ------------------
* compatible with OCaml 4.11 * compatible with OCaml 4.11 (@kit-ty-kate, #322)
* switch to the exposed parser * switch to the new parser exposed since 4.11
* Vi edit mode: register support
2.5.0 (2020-04-26) 2.5.0 (2020-04-26)
------------------ ------------------

View File

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