Skip to content

Commit

Permalink
docs: minor changelog cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Nov 7, 2020
1 parent 2b8c377 commit 3ee1cb7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@

- Change the default edition to 2018.
- Do not format sub-modules by default.
- Do not overwrite files on critial errors by default.
- Do not overwrite files on critical errors by default.
- Normalize an empty match arm to `{}`.
- Rename `use_small_heuristics` to `width_heuristics`
- Rename `fn_args_layout` to `fn_params_layout`.
- Rename the default value of `width_heuristics` to `Scaled` from `Default`.
- Update `rustc-ap-*` crates to 666.0.0.
- Update `rustc-ap-*` crates to v686.0.0.

### Fixed

Expand Down Expand Up @@ -81,7 +81,6 @@
- Preserve comments in empty statements [#4018](https://github.com/rust-lang/rustfmt/issues/4018))
- Indentation on skipped code [#4398](https://github.com/rust-lang/rustfmt/issues/4398))


## [1.4.22] 2020-10-04

### Changed
Expand All @@ -94,7 +93,6 @@

- Fix preservation of type aliases within extern blocks


## [1.4.17] 2020-06-08

### Fixed
Expand Down

0 comments on commit 3ee1cb7

Please sign in to comment.