We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64f069 commit 08ea8efCopy full SHA for 08ea8ef
CHANGELOG.md
@@ -6,6 +6,21 @@
6
- `use_small_heuristics` changed to be an enum and stabilised. Configuration
7
options are now ready for 1.0.
8
9
+## [1.2.1] 2019-04-18
10
+
11
+### Added
12
13
+- Add `--print-config current` CLI option b473e65
14
+- Create GitHub [page](https://rust-lang.github.io/rustfmt/) for Configuration.md #3485
15
16
+### Fixed
17
18
+- Keep comment appearing between parameter's name and its type #3491
19
+- Do not delete semicolon after macro call with square brackets #3500
20
+- Fix `--version` CLI option #3506
21
+- Fix duplication of attributes on a match arm's body #3510
22
+- Avoid overflowing item with attributes #3511
23
24
## [1.2.0] 2019-03-27
25
26
### Added
0 commit comments