Skip to content

Commit 61d0b16

Browse files
committed
Update changelog for #1216
1 parent 6af0cc3 commit 61d0b16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- The server now accepts DataModel information from the Studio Plugin even when there is no sourcemap present ([#1216](https://github.com/JohnnyMorganz/luau-lsp/pull/1216))
12+
913
### Changed
1014

1115
- Sync to upstream Luau 0.698
@@ -1689,6 +1693,7 @@ local y = tbl.data -- Should give "This is some special information"
16891693
### Added
16901694

16911695
- Added configuration options to enable certain Language Server features. By default, they are all enabled:
1696+
16921697
- `luau-lsp.completion.enabled`: Autocomplete
16931698
- `luau-lsp.hover.enabled`: Hover
16941699
- `luau-lsp.signatureHelp.enabled`: Signature Help

0 commit comments

Comments
 (0)