| 
1 | 1 | # Changelog  | 
2 | 2 | 
 
  | 
 | 3 | +## [1.27.0] - 2024-01-29  | 
 | 4 | + | 
 | 5 | +This long-awaited Rustup release has gathered all the new features and fixes since April 2023.  | 
 | 6 | +These changes have greatly improved Rustup's maintainability, user experience, compatibility and documentation quality.  | 
 | 7 | + | 
 | 8 | +The headlines of this release are:  | 
 | 9 | +- Basic support for `fish` shell has been added.  | 
 | 10 | +- Rustup now uses `clap` v4 for argument parsing.  | 
 | 11 | +- Support and build test for `loongarch64-unknown-linux-gnu` has been added.  | 
 | 12 | +- The project has introduced GitHub Merge Queue as part of its workflow, and the CI pipeline has been revamped accordingly.  | 
 | 13 | + | 
 | 14 | +Also, the project seems to have attracted a substantial number of new contributors within this release cycle. Looking forward to seeing you again in the future!  | 
 | 15 | + | 
 | 16 | +### Added  | 
 | 17 | + | 
 | 18 | +- Add basic support for `fish` shell #3108   | 
 | 19 | +- Add the `RUSTUP_TERM_COLOR` environment variable to force the use of colored output #3435  | 
 | 20 | +- Improve `rustup-init.sh`'s compatibility with `ksh` and `zsh` #3475  | 
 | 21 | +- Add a warning when running under Rosetta 2 #3068  | 
 | 22 | +- Add browser detection for RISC-V 64 platform #3642  | 
 | 23 | +- Add a warning when removing the last/host target for a toolchain #3637  | 
 | 24 | + | 
 | 25 | +### Changed  | 
 | 26 | + | 
 | 27 | +- Upgrade `clap` to v4 #3444  | 
 | 28 | +- Fix incorrect platform detection on macOS aarch64 due to Rosetta 2 #3438  | 
 | 29 | +- Fix incorrect platform detection on 32-bit Linux userland with a 64-bit kernel #3488 #3490  | 
 | 30 | +- Improve Windows system32 DLL loading mechanism #3493  | 
 | 31 | +- Improve suggestions about missing components #3453  | 
 | 32 | +- Fix handling of toolchain names with special characters #3518  | 
 | 33 | +- Fix panic in `component list --toolchain stable` #3548  | 
 | 34 | +- Rename `llvm-tools-preview` component to `llvm-tools` #3578  | 
 | 35 | + | 
 | 36 | +Thanks go to:  | 
 | 37 | + | 
 | 38 | +- Anthony Perkins (acperkins)  | 
 | 39 | +- Tianqi (airstone42)  | 
 | 40 | +- Alex Gaynor (alex)  | 
 | 41 | +- Alex Hudspith (alexhudspith)  | 
 | 42 | +- Alan Somers (asomers)  | 
 | 43 | +- Burak Emir (burakemir)  | 
 | 44 | +- Chris Denton (ChrisDenton)  | 
 | 45 | +- cui fliter (cuishuang)  | 
 | 46 | +- Dirkjan Ochtman (djc)  | 
 | 47 | +- Dezhi Wu (dzvon)  | 
 | 48 | +- Eric Swanson (ericswanson-dfinity)  | 
 | 49 | +- Prikshit Gautam (gautamprikshit1)  | 
 | 50 | +- hev (heiher)  | 
 | 51 | +- 二手掉包工程师 (hi-rustin)  | 
 | 52 | +- Kamila Borowska (KamilaBorowska)  | 
 | 53 | +- klensy (klensy)  | 
 | 54 | +- Jakub Beránek (Kobzol)  | 
 | 55 | +- Kornel (kornelski)  | 
 | 56 | +- Matt Harding (majaha)  | 
 | 57 | +- Mathias Brossard (mbrossard)  | 
 | 58 | +- Christian Thackston (nan60)  | 
 | 59 | +- Olivier Lemasle (olivierlemasle)  | 
 | 60 | +- Chih Wang (ongchi)  | 
 | 61 | +- Pavel Roskin (proski)  | 
 | 62 | +- rami3l (rami3l)  | 
 | 63 | +- Robert Collins (rbtcollins)  | 
 | 64 | +- Sandesh  Pyakurel (Sandesh-Pyakurel)  | 
 | 65 | +- Waffle Maybe (WaffleLapkin)  | 
 | 66 | +- Jubilee (workingjubilee)  | 
 | 67 | +- WÁNG Xuěruì (xen0n)  | 
 | 68 | +- Yerkebulan Tulibergenov (yerke)  | 
 | 69 | +- Renovate Bot (renovate)  | 
 | 70 | + | 
 | 71 | +**Full Changelog**: https://github.com/rust-lang/rustup/compare/1.26.0...1.27.0  | 
 | 72 | + | 
3 | 73 | ## [1.26.0] - 2023-04-05  | 
4 | 74 | 
 
  | 
5 | 75 | This version of Rustup involves a significant number of internal refactors, both in terms  | 
 | 
0 commit comments