Skip to content

Commit b2ceaed

Browse files
committed
Update CHANGELOG.md
1 parent deb329a commit b2ceaed

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

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+
522
## [1.4.5] 2019-08-13
623

724
### Fixed

0 commit comments

Comments
 (0)