Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c64f069

Browse files
committed
changelog for 1.2.0
1 parent eaefa27 commit c64f069

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,23 @@
66
- `use_small_heuristics` changed to be an enum and stabilised. Configuration
77
options are now ready for 1.0.
88

9-
## [1.1.1] 2019-03-21
9+
## [1.2.0] 2019-03-27
1010

1111
### Added
1212

1313
- Add new attribute `rustfmt::skip::macros` to prevent rustfmt from formatting a macro #3454
1414

15+
### Changed
16+
17+
- Discard error report in silent_emitter #3466
18+
19+
### Fixed
20+
21+
- Fix bad performance on deeply nested binary expressions #3467
22+
- Use BTreeMap to guarantee consistent ordering b4d4b57
23+
24+
## [1.1.1] 2019-03-21
25+
1526
### Fixed
1627

1728
- Avoid panic on macro inside deeply nested block c9479de

0 commit comments

Comments
 (0)