You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [1.4.22] 2020-10-30
6
+
7
+
### Changed
8
+
9
+
- Update `rustc-ap-*` crates to v686.0.0
10
+
11
+
### Added
12
+
- Initial support for formatting new ConstBlock syntax ([#4478](https://github.com/rust-lang/rustfmt/pull/4478))
13
+
14
+
### Fixed
15
+
- Handling of unclosed delimiter-only parsing errors in input files ([#4466](https://github.com/rust-lang/rustfmt/issues/4466))
16
+
- Misc. minor parser bugs ([#4418](https://github.com/rust-lang/rustfmt/issues/4418) and [#4431](https://github.com/rust-lang/rustfmt/issues/4431))
17
+
- Panic on nested tuple access ([#4355](https://github.com/rust-lang/rustfmt/issues/4355))
18
+
- Unable to disable license template path via cli override ([#4487](https://github.com/rust-lang/rustfmt/issues/4487))
19
+
- Preserve comments in empty statements [#4018](https://github.com/rust-lang/rustfmt/issues/4018))
20
+
- Indentation on skipped code [#4398](https://github.com/rust-lang/rustfmt/issues/4398))
21
+
22
+
5
23
## [1.4.22] 2020-10-04
6
24
7
25
### Changed
@@ -10,7 +28,6 @@
10
28
- Add config option to allow control of leading match arm pipes
11
29
- Support `RUSTFMT` environment variable in `cargo fmt` to run specified `rustfmt` instance
12
30
13
-
14
31
### Fixed
15
32
16
33
- Fix preservation of type aliases within extern blocks
0 commit comments