You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,27 @@
6
6
-`use_small_heuristics` changed to be an enum and stabilised. Configuration
7
7
options are now ready for 1.0.
8
8
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
0 commit comments