File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # unreleased
1+ # 1.23.1
22
33## Fixes
44
55- Fix hover on method calls not showing the type. (#1553 , fixes #1552 )
66- Fix error on opening ` .mll ` files (#1557 )
7+ - Ensure compatibility with both yojson 2.0 and 3.0. (#1534 )
78
89# 1.23.0
910
2122- Fix ` inlay-hint ` for function parameters (#1515 )
2223- More precise diagnostics in the event of a failed identifier search (` Definition_query ` ) (#1518 )
2324- Remove ` ocamlformat ` application after ` destruct ` (that remove some useful parenthesis) (#1519 )
24- - Make compatible with Yojson 3.x by removing ` Tuple ` and ` Variant ` (#1534 )
2525
2626# 1.22.0
2727
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ possible and does not make any assumptions about IO.
7070 ( csexp ( >= 1 .5) )
7171 ( ocamlformat-rpc-lib ( >= 0 .21.0) )
7272 ( odoc :with -doc)
73- ( merlin-lib ( and ( >= 5 .5) ( < 6 .0 ) ) )
73+ ( merlin-lib ( and ( >= 5 .5) ( < 5 .7 ) ) )
7474 ( ppx_yojson_conv :with -dev-setup) ) )
7575
7676( package
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ depends: [
4545 "csexp" {>= "1.5"}
4646 "ocamlformat-rpc-lib" {>= "0.21.0"}
4747 "odoc" {with-doc}
48- "merlin-lib" {>= "5.5" & < "6.0 "}
48+ "merlin-lib" {>= "5.5" & < "5.7 "}
4949 "ppx_yojson_conv" {with-dev-setup}
5050]
5151dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
You can’t perform that action at this time.
0 commit comments