Skip to content

Commit 9d5000e

Browse files
committed
changelog
1 parent b2aee40 commit 9d5000e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#### :rocket: New Feature
1616

1717
- Greatly extend completion abilities for unsaved code. WARNING: Might be a bit unstable initially. Report any issues you see. https://github.com/rescript-lang/rescript-vscode/pull/712
18+
- Provide hovers for more unsaved code via the new completion features. https://github.com/rescript-lang/rescript-vscode/pull/749
1819

1920
## 1.14.0
2021

analysis/tests/src/Hover.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ let arity0a = (. ()) => {
129129
f
130130
}
131131

132-
let arity0b = (. ()) => (. ()) => 3
132+
let arity0b = (. (), . ()) => 3
133133
// ^hov
134134

135135
let arity0c = (. (), ()) => 3

0 commit comments

Comments
 (0)