|
| 1 | +# 1.12.0 |
| 2 | + |
| 3 | +* [Add --path flag to 'rustup doc'][pr1453] |
| 4 | +* [Add flag to "rustup show" for active-toolchain][pr1449] |
| 5 | +* [Bring rustup.js and markup into alignment with rust-www][pr1437] |
| 6 | +* [Add caret after first installation question][pr1435] |
| 7 | +* [Add "rustup doc --reference"][pr1430] |
| 8 | +* [Update Visual C++ Build Tools URL][pr1428] |
| 9 | +* [Fix download indicator on OSes with newer ncurses package][pr1422] |
| 10 | +* [Remove components if they don't exist anymore during update][pr1419] |
| 11 | +* [Make sure rustup uses `utils::rename*` consistently][pr1389] |
| 12 | +* [Do not try to get CWD if not required][pr1379] |
| 13 | +* [Give correct error message if user tries to install an unavailable toolchain][pr1380] |
| 14 | +* [Fall back to wget if curl is not installed][pr1373] |
| 15 | +* [Added a link to all installers to the homepage][pr1370] |
| 16 | +* [Display helpful advice even with -y][pr1290] |
| 17 | +* [Use browser in BROWSER env if present for `doc` command][pr1289] |
| 18 | +* [Update shebang to reflect bashisms][pr1269] |
| 19 | + |
| 20 | +[pr1453]: https://github.com/rust-lang-nursery/rustup.rs/pull/1453 |
| 21 | +[pr1449]: https://github.com/rust-lang-nursery/rustup.rs/pull/1449 |
| 22 | +[pr1437]: https://github.com/rust-lang-nursery/rustup.rs/pull/1437 |
| 23 | +[pr1435]: https://github.com/rust-lang-nursery/rustup.rs/pull/1435 |
| 24 | +[pr1430]: https://github.com/rust-lang-nursery/rustup.rs/pull/1430 |
| 25 | +[pr1428]: https://github.com/rust-lang-nursery/rustup.rs/pull/1428 |
| 26 | +[pr1422]: https://github.com/rust-lang-nursery/rustup.rs/pull/1422 |
| 27 | +[pr1419]: https://github.com/rust-lang-nursery/rustup.rs/pull/1419 |
| 28 | +[pr1389]: https://github.com/rust-lang-nursery/rustup.rs/pull/1389 |
| 29 | +[pr1379]: https://github.com/rust-lang-nursery/rustup.rs/pull/1379 |
| 30 | +[pr1380]: https://github.com/rust-lang-nursery/rustup.rs/pull/1380 |
| 31 | +[pr1373]: https://github.com/rust-lang-nursery/rustup.rs/pull/1373 |
| 32 | +[pr1370]: https://github.com/rust-lang-nursery/rustup.rs/pull/1370 |
| 33 | +[pr1290]: https://github.com/rust-lang-nursery/rustup.rs/pull/1290 |
| 34 | +[pr1289]: https://github.com/rust-lang-nursery/rustup.rs/pull/1289 |
| 35 | +[pr1269]: https://github.com/rust-lang-nursery/rustup.rs/pull/1269 |
| 36 | + |
| 37 | +Contributors: Andrew Pennebaker, Who? Me?!, Matteo Bertini, mog422, |
| 38 | +Kasper Møller Andersen, Thibault Delor, Justin Worthe, TitanSnow, |
| 39 | +aimileus, Antonio Murdaca, Cyryl Płotnicki, Nick Cameron, Alex Crichton, |
| 40 | +Kornel, Stuart Dootson, Pietro Albini, Diggory Blake, Yuji Nakao, |
| 41 | +Johannes Hofmann, CrLF0710, Aaron Lee, Brian Anderson, Mateusz Mikuła, |
| 42 | +Segev Finer, Dan Aloni, Joeri van Ruth |
| 43 | + |
1 | 44 | # 1.11.0
|
2 | 45 |
|
3 | 46 | * [windows: detect architecture on website, update to matching arch][pr1354]
|
|
0 commit comments