Skip to content

Commit 0ec83cc

Browse files
committed
move changelog entry to right place
1 parent baf1d47 commit 0ec83cc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CHANGELOG.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#### :bug: Bug Fix
1616

1717
- Fix issue with ambigious wraps in JSX prop values (`<SomeComp someProp={<com>}`) - need to figure out if we're completing for a record body or if `{}` are just wraps for the type of `someProp`. In the case of ambiguity, completions for both scenarios are provided. https://github.com/rescript-lang/rescript-vscode/pull/894
18+
- Many bugfixes around nested pattern and expression completion. https://github.com/rescript-lang/rescript-vscode/pull/892
1819

1920
#### :nail_care: Polish
2021

@@ -28,10 +29,6 @@
2829
- Complete for maker-style functions (functions returning type `t` of a module) when encountering a `type t` in relevant scenarios. https://github.com/rescript-lang/rescript-vscode/pull/884
2930
- Expand type aliases in hovers. https://github.com/rescript-lang/rescript-vscode/pull/881
3031

31-
#### :bug: Bug Fix
32-
33-
- Many bugfixes around nested pattern and expression completion. https://github.com/rescript-lang/rescript-vscode/pull/892
34-
3532
#### :nail_care: Polish
3633

3734
- Better error recovery when analysis fails. https://github.com/rescript-lang/rescript-vscode/pull/880

0 commit comments

Comments
 (0)