Skip to content

Commit

Permalink
Add another batch of updates to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ytmimi committed Jan 1, 2024
1 parent 85e21fa commit 91911ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

### Fixed

- Fix an idempotency issue when rewriting where clauses in which rustfmt would continiously add a trailing comma `,` to the end of trailing line comments [#5941](https://github.com/rust-lang/rustfmt/issues/5941).
- When using `version=Two`, the `trace!` macro from the [log crate] is now formatted similarly to `debug!`, `info!`, `warn!`, and `error!` [#5987](https://github.com/rust-lang/rustfmt/issues/5987).


[log crate]: https://crates.io/crates/log

### Changed

- `hide_parse_errors` has been soft deprecated and it's been renamed to `show_parse_errors` [#5961](https://github.com/rust-lang/rustfmt/pull/5961).


## [1.7.0] 2023-10-22

Expand Down

0 comments on commit 91911ef

Please sign in to comment.