Skip to content

Commit 98523f3

Browse files
committed
Update changelog in preparation for 1.19.0
Signed-off-by: Daniel Silverstone <[email protected]>
1 parent 36c8f5e commit 98523f3

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
# Changelog
22

3+
## [1.19.0] - UNRELEASED
4+
5+
### Changed
6+
7+
- [Fix race condition with some virus scanners][pr#1873]
8+
- [UI improvements for race condition fix][pr#1885]
9+
- [Improve home mismatch explanation][pr#1895]
10+
- [Enable fully threaded IO for installs][pr#1876]
11+
- [Improve look of rustup homepage][pr#1901]
12+
- [Improve messaging if shell profile cannot be updated][pr#1925]
13+
- [Improve messaging around directory names during install][pr#1914]
14+
- [Disregard unavailable targets][pr#1931]
15+
- [No longer provide non-panic backtraces by default][pr#1961]
16+
17+
### Added
18+
19+
- [Add support for `rustup target add all`][pr#1868]
20+
- [Add `rustup show home`][pr#1933]
21+
22+
### Thanks
23+
24+
- Lzu Tao
25+
- Gonzalo Brito Gadeschi
26+
- Paul Oppenheimer
27+
- Robert Collins
28+
- KennyTM
29+
- Daniel Silverstone
30+
- Nicholas Parker
31+
- Caleb Cartwright
32+
- Josh Holland
33+
- Charlie Saunders
34+
- Wesley Van Melle
35+
- Jason Cooke
36+
- CrLF0710
37+
- Brian Anderson
38+
- Bryan Dady
39+
- Fisher Darling
40+
- Bjorn3
41+
42+
[pr#1873]: https://github.com/rust-lang/rustup.rs/pulls/1873
43+
[pr#1885]: https://github.com/rust-lang/rustup.rs/pulls/1885
44+
[pr#1895]: https://github.com/rust-lang/rustup.rs/pulls/1895
45+
[pr#1876]: https://github.com/rust-lang/rustup.rs/pulls/1876
46+
[pr#1901]: https://github.com/rust-lang/rustup.rs/pulls/1901
47+
[pr#1925]: https://github.com/rust-lang/rustup.rs/pulls/1925
48+
[pr#1914]: https://github.com/rust-lang/rustup.rs/pulls/1914
49+
[pr#1931]: https://github.com/rust-lang/rustup.rs/pulls/1931
50+
[pr#1961]: https://github.com/rust-lang/rustup.rs/pulls/1961
51+
[pr#1868]: https://github.com/rust-lang/rustup.rs/pulls/1868
52+
[pr#1933]: https://github.com/rust-lang/rustup.rs/pulls/1933
53+
354
## [1.18.3] - 2019-05-22
455

556
### Changed

0 commit comments

Comments
 (0)