Skip to content

Commit 08ea8ef

Browse files
committed
changelog for 1.2.1
1 parent c64f069 commit 08ea8ef

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66
- `use_small_heuristics` changed to be an enum and stabilised. Configuration
77
options are now ready for 1.0.
88

9+
## [1.2.1] 2019-04-18
10+
11+
### Added
12+
13+
- Add `--print-config current` CLI option b473e65
14+
- Create GitHub [page](https://rust-lang.github.io/rustfmt/) for Configuration.md #3485
15+
16+
### Fixed
17+
18+
- Keep comment appearing between parameter's name and its type #3491
19+
- Do not delete semicolon after macro call with square brackets #3500
20+
- Fix `--version` CLI option #3506
21+
- Fix duplication of attributes on a match arm's body #3510
22+
- Avoid overflowing item with attributes #3511
23+
924
## [1.2.0] 2019-03-27
1025

1126
### Added

0 commit comments

Comments
 (0)