Skip to content

Commit 85ad3a6

Browse files
committed
Prepare for relase 4.8
1 parent 7ca211e commit 85ad3a6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGES.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
merlin 4.8
22
==========
3-
unreleased
3+
Fri Feb 24 16:55:42 CEST 2023
44

55
+ merlin binary
6-
- Update internal typer to match OCaml 4.14.1 release. (#1557)
6+
- Update internal typer to match OCaml 4.14.1 release (#1557)
77
- Improve type-enclosing behaviour when used on records' labels (#1565,
88
fixes #1564)
99
- Restore compatibility with some OCaml compiler's debug flags that were
10-
incorrectly rejected by Merlin. (#1556)
10+
incorrectly rejected by Merlin (#1556)
1111
- Traverse aliases when jumping to declaration. This matches
12-
jump-to-definition'q behavior (#1563)
12+
jump-to-definition's behavior (#1563)
1313
- Improve locate's behavior in various ill-typed expressions (#1546, fixes
1414
#1567 and partially #1543)
1515
- Correctly traverse patterns when looking for docs in the typedtree (#1572)
1616
- Get documentation when the declaration or definition is selected (#1542,
1717
fixes #1540)
1818
- On Windows, change to a harmless directory when launching server to avoid
19-
locking down current directory. (#1569, fixes #1474)
19+
locking down current directory (#1569, fixes #1474)
2020
+ test suite
2121
- Add multiple tests for locate over ill-typed expressions (#1546)
22+
- Add non-regression tests for other fixes in this release
2223

2324
merlin 4.7
2425
==========

0 commit comments

Comments
 (0)