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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [Unreleased]
9
+
10
+
### Added
11
+
- Completions for `:RustLsp` subcommands' arguments.
12
+
8
13
## [3.1.1] - 2023-10-28
14
+
9
15
### Fixed
10
16
- Remove accidental use of Neovim nightly API (`dap`, `crateGraph`, `explainError`) [[#26](https://github.com/mrcjkb/rustaceanvim/issues/26)].
11
17
- Add static type checking for Neovim stable API.
12
18
13
19
## [3.1.0] - 2023-10-28
20
+
14
21
### Added
15
22
-`:RustLsp explainError` command, uses `rustc --explain` on error diagnostics with
16
23
an error code.
@@ -20,11 +27,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
27
- Health check got stuck if `lldb-vscode` was installed.
21
28
22
29
## [3.0.4] - 2023-10-25
30
+
23
31
### Fixed
24
32
- Allow `:RustLsp hover range` to accept a range.
25
33
- Fix `:RustLsp crateGraph` passing arguments as list.
26
34
27
35
## [3.0.3] - 2023-10-25
36
+
28
37
### Fixed
29
38
- Potential attempt to index `nil` upvalue when sending `workspace/didChangeWorkspaceFolders`
30
39
to LSP server [[#22](https://github.com/mrcjkb/rustaceanvim/issues/22)].
0 commit comments