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

Commit ff0b905

Browse files
committed
Add changelog.md
1 parent 1bbf587 commit ff0b905

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

changelog.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
### Added
5+
- Allow to override or disable default crate blacklist via new `crate_blacklist` setting
6+
- Support both owned and borrowed blacklisted crate names in `rls-analysis`
7+
- Publicly re-export `rls_analysis::raw::Crate`
8+
### Changed
9+
- Converted remaining crates `rls-*` to 2018 edition
10+
### Removed
11+
- Removed `use_crate_blacklist` setting in favour of `crate_blacklist`
12+
## [Beta]
13+
### Changed
14+
- Fix spurious tests on slow disks by clearing `CARGO_TARGET_DIR` for tests
15+
- Document `RUSTC_SHIM_ENV_VAR_NAME` purpose
16+
- Disable `clear_env_rust_log` in CLI mode
17+
18+
### Fixed
19+
- Fixed passing `--file-lines` to external Rustfmt for whole-file formatting requests ([#1497](https://github.com/rust-lang/rls/pull/1497))
20+
- Fixed RLS when used together with Cargo pipelined build feature ([#1500](https://github.com/rust-lang/rls/pull/1500))
21+
22+
## [1.36.0]
23+
24+
### Changed
25+
- Cleaned up and converted `rls-{analysis, span}` to 2018 edition
26+
- Made `rls-{analysis, span}` use `serde` instead of `rustc_serialize ` by default
27+
- Clarified how `clippy_preference` setting works in README
28+
29+
### Removed
30+
- Removed support for obsolete `rustDocument/{beginBuild,diagnostics{Begin,End}}` LSP messages
31+
32+
### Fixed
33+
- Fixed destructive formatting edits due to miscalculated newlines in diffs ([#1455](https://github.com/rust-lang/rls/pull/1455))
34+
35+
[Unreleased]: https://github.com/rust-lang/rls/compare/beta...HEAD
36+
[Beta]: https://github.com/rust-lang/rls/compare/1.36.0...beta
37+
[1.36.0]: https://github.com/rust-lang/rls/compare/1.35.0...1.36.0

0 commit comments

Comments
 (0)