diff options
| author | Caleb Cartwright <caleb.cartwright@outlook.com> | 2021-01-26 22:41:04 -0600 |
|---|---|---|
| committer | Caleb Cartwright <calebcartwright@users.noreply.github.com> | 2021-01-27 18:50:03 -0600 |
| commit | 110271469a151f790f2e4c92949d128f0ece99f1 (patch) | |
| tree | 99d9eb35783dff099d1f1566ebba7f3ce77746cd | |
| parent | f8deed3a3a1431bc40e7f9165c30de11ca9d2532 (diff) | |
| download | rust-110271469a151f790f2e4c92949d128f0ece99f1.tar.gz rust-110271469a151f790f2e4c92949d128f0ece99f1.zip | |
chore: update Changelog with const generic backports
| -rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d453a4d7fe..cf0aacbe897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## [1.4.33] 2021-??-?? + +### Fixed +- Fix erroneous removal of `const` keyword on const trait impl ([#4084](https://github.com/rust-lang/rustfmt/issues/4084)) +- Fix incorrect span usage wit const generics in supertraits ([#4204](https://github.com/rust-lang/rustfmt/issues/4204)) +- Use correct span for const generic params ([#4263](https://github.com/rust-lang/rustfmt/issues/4263)) +- Correct span on const generics to include type bounds ([#4310](https://github.com/rust-lang/rustfmt/issues/4310)) + +### Install/Download Options +- **crates.io package** - *pending* +- **rustup (nightly)** - *pending* +- **GitHub Release Binaries** - [Release v1.4.33](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.33) +- **Build from source** - [Tag v1.4.33](https://github.com/rust-lang/rustfmt/tree/v1.4.33), see instructions for how to [install rustfmt from source][install-from-source] + ## [1.4.32] 2021-01-16 ### Fixed @@ -9,7 +23,7 @@ ### Install/Download Options - **crates.io package** - *pending* -- **rustup (nightly)** - *pending* +- **rustup (nightly)** - Starting in `2021-01-18` - **GitHub Release Binaries** - [Release v1.4.32](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.32) - **Build from source** - [Tag v1.4.32](https://github.com/rust-lang/rustfmt/tree/v1.4.32), see instructions for how to [install rustfmt from source][install-from-source] |
