Skip to content

Commit 0b5069f

Browse files
committed
Update CHANGELOG for 3.3.4
1 parent c3c0bda commit 0b5069f

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

CHANGES.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
merlin 3.3.4
2+
============
3+
Tue Apr 14 15:25:05 CEST 2020
4+
5+
+ backend
6+
- full support from OCaml 4.02 to OCaml 4.10 (#1117, #1127)
7+
- fix desynchronized cache (#1120)
8+
- short path for OCaml 4.09 and OCaml 4.10 (#1082, #1117)
9+
- catch and test environment initialization errors (#1083, #1130)
10+
- restore type levels after recovery (#1092)
11+
+ frontend
12+
- fix syntax errors in 4.08 and 4.09 (#1081)
13+
- complete-prefix command accepts -kind option to filter results (#1071)
14+
- code cleanup (#1093, #1079, #1112)
15+
- better handling of expression and pattern extra nodes during browse tree
16+
traversal (#1091, #1121)
17+
- improve context detection (e.g. appropriate namespace for lookup) for
18+
various queries (#1104, #1110)
19+
- add stdlib to locate source path (#1085)
20+
+ editor modes
21+
- vim: tweak heuristic to select python version (#1111)
22+
- emacs: marlin/call
23+
- lsp: move server to its own repository (#1069),
24+
https://github.com/ocaml/ocaml-lsp
25+
+ testsuite
26+
- dune rules for the testsuite are now generated, deterministic and
27+
can be run individually (#1068, #1070, #1072)
28+
- fix incorrect command-line arguments in tests (#1073)
29+
- better coverage of frontend features (#1075, #1078, #1088, #1089, #1126)
30+
31+
Build no longer relies on implicit transitive_deps (#1065).
32+
133
merlin 3.3.4~4.10preview1
234
=========================
335
Mon Mar 2 14:26:32 CET 2020
@@ -44,7 +76,7 @@ Mon Jul 15 11:10:35 CEST 2019
4476

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

0 commit comments

Comments
 (0)