Skip to content

Commit

Permalink
Update CHANGELOG for 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
let-def committed Apr 15, 2020
1 parent c3c0bda commit 0b5069f
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
merlin 3.3.4
============
Tue Apr 14 15:25:05 CEST 2020

+ backend
- full support from OCaml 4.02 to OCaml 4.10 (#1117, #1127)
- fix desynchronized cache (#1120)
- short path for OCaml 4.09 and OCaml 4.10 (#1082, #1117)
- catch and test environment initialization errors (#1083, #1130)
- restore type levels after recovery (#1092)
+ frontend
- fix syntax errors in 4.08 and 4.09 (#1081)
- complete-prefix command accepts -kind option to filter results (#1071)
- code cleanup (#1093, #1079, #1112)
- better handling of expression and pattern extra nodes during browse tree
traversal (#1091, #1121)
- improve context detection (e.g. appropriate namespace for lookup) for
various queries (#1104, #1110)
- add stdlib to locate source path (#1085)
+ editor modes
- vim: tweak heuristic to select python version (#1111)
- emacs: marlin/call
- lsp: move server to its own repository (#1069),
https://github.com/ocaml/ocaml-lsp
+ testsuite
- dune rules for the testsuite are now generated, deterministic and
can be run individually (#1068, #1070, #1072)
- fix incorrect command-line arguments in tests (#1073)
- better coverage of frontend features (#1075, #1078, #1088, #1089, #1126)

Build no longer relies on implicit transitive_deps (#1065).

merlin 3.3.4~4.10preview1
=========================
Mon Mar 2 14:26:32 CET 2020
Expand Down Expand Up @@ -44,7 +76,7 @@ Mon Jul 15 11:10:35 CEST 2019

+ backend
- `**` globbing in .merlin won't look into hidden directories
(starting with a '.') (by Daniel Bünzl, #990)
(starting with a '.') (by Daniel Bünzli, #990)
- fallback to "/dev/null" configuration for findlib
- better 4.08 support:
+ support for letop (let+, and+, ...) (#986)
Expand Down

0 comments on commit 0b5069f

Please sign in to comment.