You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [0.5.1] - 09.05.2024
8
+
9
+
### Added
10
+
[Types: import more RegistrationOptions types from LSP spec](https://github.com/ionide/LanguageServerProtocol/pull/64) (Thanks @razzmatazz)
11
+
12
+
### Removed
13
+
[Types: Do not use Obsolete attribute to annotate deprecated types in LSP](https://github.com/ionide/LanguageServerProtocol/pull/63) (Thanks @razzmatazz)
14
+
7
15
## [0.5.0] - 26.04.2024
8
16
9
17
*[Support JsonRpc via web sockets](https://github.com/ionide/LanguageServerProtocol/pull/62) (Thanks @dawedawe)
0 commit comments