Skip to content

Commit d5944c9

Browse files
committed
Update CHANGELOG.md
1 parent 5baba86 commit d5944c9

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,27 @@
22

33
## [Unreleased]
44

5+
## [1.4.7] 2019-09-06
6+
7+
### Added
8+
9+
- Add `--config` command line option.
10+
11+
### Changed
12+
13+
- Update `rustc-ap-*` crates to 581.0.0.
14+
- rustfmt now do not warn against trailing whitespaces inside macro calls.
15+
16+
### Fixed
17+
18+
- Fix `merge_imports` generating invalid code.
19+
- Fix removing discriminant values on enum variants.
20+
- Fix modules defined inside `cfg_if!` not being formatted.
21+
- Fix minor formatting issues.
22+
523
## [1.4.6] 2019-08-28
624

7-
## Added
25+
### Added
826

927
- Add `--message-format` command line option to `cargo-fmt`.
1028
- Add `-l,--files-with-diff` command line option to `rustfmt`.

0 commit comments

Comments
 (0)