Skip to content

Commit 6abc39a

Browse files
committed
update changelog
1 parent 05092c3 commit 6abc39a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ a[1] = 3 -- error
2727

2828
`FIX` Hover `function` now can show the corresponding doc comment.
2929

30+
`FIX` Fix a crash when `go to definition` of member
31+
3032
`NEW` Added the configuration item `classDefaultCall`, which is used to declare a method with the specified name as the default `__call` for a class. The effect is equivalent to `---@overload fun()`, but with a lower priority. If an explicitly declared `---@overload fun()` exists, `classDefaultCall` will have no effect on the class.
3133

3234
```json

0 commit comments

Comments
 (0)