Skip to content

Commit 71fa794

Browse files
scampitopecongiro
authored andcommitted
Add CHANGELOG entry for the 1.3.0 release (#3612)
1 parent d334502 commit 71fa794

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,32 @@
22

33
## [Unreleased]
44

5+
## [1.3.0] 2019-06-09
6+
7+
### Added
8+
9+
- Format modules defined inside `cfg_if` macro calls #3600
10+
-
511
### Changed
612

713
- Change option `format_doc_comment` to `format_code_in_doc_comment`.
814
- `use_small_heuristics` changed to be an enum and stabilised. Configuration
915
options are now ready for 1.0.
1016
- 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
1131

1232
## [1.2.2] 2019-04-24
1333

0 commit comments

Comments
 (0)