Skip to content

Commit 94e1c31

Browse files
committed
Update changelog for release
1 parent 4524db2 commit 94e1c31

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
1-
# unreleased
1+
# 1.21.0
22

33
## Features
44

55
- Make `inlay-hint` for function parameters configurable (#1515)
6+
67
- Add custom `ocamllsp/jumpToTypedHole` to navigate through typed holes (#1516)
8+
79
- Add a code-action for combining pattern cases (just relaying on regex) (#1514)
10+
811
- Allow (by configuration) shortening of diagnostics (just highlighting the first line) (#1513)
12+
913
- Fix `yojson_of_t` for `Nullable_option`: serialize `None` as `Null` instead of asserting false (#1525 fixes #1524)
1014

1115
## Fixes
1216

1317
- Support for `class`, `class type`, `method` and `property` for `DocumentSymbol` query (#1487 fixes #1449)
18+
1419
- Fix `inlay-hint` for function parameters (#1515)
20+
1521
- More precise diagnostics in the event of a failed identifier search (`Definition_query`) (#1518)
22+
1623
- Remove `ocamlformat` application after `destruct` (that remove some useful parenthesis) (#1519)
1724

1825
- Add a new server option `standardHover`, that can be used by clients to

0 commit comments

Comments
 (0)