Skip to content

Commit bd799e5

Browse files
committed
changelog for 1.1.0
1 parent 312a727 commit bd799e5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

9+
## [1.1.0] 2019-03-17
10+
11+
### Added
12+
13+
- Add `inline_attribute_width` configuration option to write an item and its attribute on the same line if their combined width is below a threshold #3409
14+
- Support `const` generics f0c861b
15+
- Support path clarity module #3448
16+
17+
### Changed
18+
19+
- Align loop and while formatting 7d9a2ef
20+
- Support `EmitMode::ModifiedLines` with stdin input #3424
21+
- Update `rustc-ap-*` crates to 407.0.0
22+
- Remove trailing whitespaces in missing spans 2d5bc69
23+
24+
### Fixed
25+
26+
- Do not remove comment in the case of no arg 8e3ef3e
27+
- Fix `Ident of macro+ident gets duplicated` error 40ff078
28+
- Format the if expression at the end of the block in a single line 5f3dfe6
29+
930
## [1.0.3] 2019-02-14
1031

1132
### Added

0 commit comments

Comments
 (0)