Skip to content

Commit eaefa27

Browse files
committed
changelog for 1.1.1
1 parent bd799e5 commit eaefa27

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

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

9+
## [1.1.1] 2019-03-21
10+
11+
### Added
12+
13+
- Add new attribute `rustfmt::skip::macros` to prevent rustfmt from formatting a macro #3454
14+
15+
### Fixed
16+
17+
- Avoid panic on macro inside deeply nested block c9479de
18+
- Fix line numbering in missed spans and handle file_lines in edge cases cdd08da
19+
- Fix formatting of async blocks 1fa06ec
20+
- Avoid duplication on the presence of spaces between macro name and `!` #3464
21+
922
## [1.1.0] 2019-03-17
1023

1124
### Added

0 commit comments

Comments
 (0)