changelog for 1.2.0

This commit is contained in:
Stéphane Campinas 2019-05-20 23:30:15 +02:00
parent eaefa27c31
commit c64f0698f0
No known key found for this signature in database
GPG Key ID: 6D5620D908210133

View File

@ -6,12 +6,23 @@
- `use_small_heuristics` changed to be an enum and stabilised. Configuration
options are now ready for 1.0.
## [1.1.1] 2019-03-21
## [1.2.0] 2019-03-27
### Added
- Add new attribute `rustfmt::skip::macros` to prevent rustfmt from formatting a macro #3454
### Changed
- Discard error report in silent_emitter #3466
### Fixed
- Fix bad performance on deeply nested binary expressions #3467
- Use BTreeMap to guarantee consistent ordering b4d4b57
## [1.1.1] 2019-03-21
### Fixed
- Avoid panic on macro inside deeply nested block c9479de