File tree 1 file changed +20
-0
lines changed 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 1.3.0] 2019-06-09
6
+
7
+ ### Added
8
+
9
+ - Format modules defined inside ` cfg_if ` macro calls #3600
10
+ -
5
11
### Changed
6
12
7
13
- Change option ` format_doc_comment ` to ` format_code_in_doc_comment ` .
8
14
- ` use_small_heuristics ` changed to be an enum and stabilised. Configuration
9
15
options are now ready for 1.0.
10
16
- Stabilise ` fn_args_density ` configuration option and rename it to ` fn_args_layout ` #3581
17
+ - Update ` rustc-ap-* ` crates to 486.0.0
18
+ - Ignore sub-modules when skip-children is used #3607
19
+ - Removed bitrig support #3608
20
+
21
+ ### Fixed
22
+
23
+ - ` wrap_comments ` should not imply ` format_doc_comments ` #3535
24
+ - Incorrect handling of const generics #3555
25
+ - Add the handling for ` vec! ` with paren inside macro #3576
26
+ - Format trait aliases with where clauses #3586
27
+ - Catch panics from the parser while rewriting macro calls #3589
28
+ - Fix erasing inner attributes in struct #3593
29
+ - Inline the attribute with its item even with the ` macro_use ` attribute or when ` reorder_imports ` is disabled #3598
30
+ - Fix the bug add unwanted code to impl #3602
11
31
12
32
## [ 1.2.2] 2019-04-24
13
33
You can’t perform that action at this time.
0 commit comments