Skip to content

Commit 1102714

Browse files
chore: update Changelog with const generic backports
1 parent f8deed3 commit 1102714

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,28 @@
22

33
## [Unreleased]
44

5+
## [1.4.33] 2021-??-??
6+
7+
### Fixed
8+
- Fix erroneous removal of `const` keyword on const trait impl ([#4084](https://github.com/rust-lang/rustfmt/issues/4084))
9+
- Fix incorrect span usage wit const generics in supertraits ([#4204](https://github.com/rust-lang/rustfmt/issues/4204))
10+
- Use correct span for const generic params ([#4263](https://github.com/rust-lang/rustfmt/issues/4263))
11+
- Correct span on const generics to include type bounds ([#4310](https://github.com/rust-lang/rustfmt/issues/4310))
12+
13+
### Install/Download Options
14+
- **crates.io package** - *pending*
15+
- **rustup (nightly)** - *pending*
16+
- **GitHub Release Binaries** - [Release v1.4.33](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.33)
17+
- **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]
18+
519
## [1.4.32] 2021-01-16
620

721
### Fixed
822
- Indentation now correct on first bound in cases where the generic bounds are multiline formatted and the first bound itself is multiline formatted ([#4636](https://github.com/rust-lang/rustfmt/issues/4636))
923

1024
### Install/Download Options
1125
- **crates.io package** - *pending*
12-
- **rustup (nightly)** - *pending*
26+
- **rustup (nightly)** - Starting in `2021-01-18`
1327
- **GitHub Release Binaries** - [Release v1.4.32](https://github.com/rust-lang/rustfmt/releases/tag/v1.4.32)
1428
- **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]
1529

0 commit comments

Comments
 (0)