We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb329a commit b2ceaedCopy full SHA for b2ceaed
CHANGELOG.md
@@ -2,6 +2,23 @@
2
3
## [Unreleased]
4
5
+## [1.4.6] 2019-08-28
6
+
7
+## Added
8
9
+- Add `--message-format` command line option to `cargo-fmt`.
10
+- Add `-l,--files-with-diff` command line option to `rustfmt`.
11
+- Add `json` emit mode.
12
13
+### Fixed
14
15
+- Fix removing attributes on struct pattern's fields.
16
+- Fix non-idempotent formatting of match arm.
17
+- Fix `merge_imports` generating invalid code.
18
+- Fix imports with `#![macro_use]` getting reordered with `reorder_imports`.
19
+- Fix calculation of line numbers in checkstyle output.
20
+- Fix poor formatting of complex fn type.
21
22
## [1.4.5] 2019-08-13
23
24
### Fixed
0 commit comments