Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 2201546

Browse files
committed
update the changelog to include 0.3.2 and unreleased changes.
1 parent 0f3994f commit 2201546

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### Unreleased
2+
3+
* Added `rust.jobs` to allow limiting the number of parallel Cargo jobs.
4+
* Workspace mode is now enabled by default.
5+
* Improved startup experience when using workspaces.
6+
* Deglob is now a code action instead of a command.
7+
* Warns and no longer crashes RLS if a single file is opened instead of a
8+
folder.
9+
* Warns if Cargo.toml is not in the root of a workspace.
10+
11+
### 0.3.2 - 2017-11-07
12+
13+
* Added `rust-client.rustupPath` to override rustup location.
14+
* Added properties to control enabling of Cargo features.
15+
* Fixed an issue where nightly was used instead of the configured channel.
16+
117
### 0.3.1 - 2017-10-04
218

319
* Bug fix in RLS detection.

0 commit comments

Comments
 (0)