Skip to content

Commit bb4f15a

Browse files
committed
Add another batch of updates to the changelog
1 parent bf96731 commit bb4f15a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- Fix an idempotency issue when rewriting where clauses in which rustfmt would continuously add a trailing comma `,` to the end of trailing line comments [#5941](https://github.com./rust-lang/rustfmt/issues/5941).
8+
- 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).
9+
- Prevent enum variant attributes from wrapping one character early when using `version=Two` [#5801](https://github.com./rust-lang/rustfmt/issues/5801)
10+
11+
12+
[log crate]: https://crates.io/crates/log
13+
14+
15+
### Changed
16+
17+
- `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).
18+
19+
20+
### Added
21+
22+
- `generated_marker_line_search_limit` is a new unstable configuration option that allows users to configure how many lines to search for an `@generated` marker when `format_generated_files=false` [#5658](https://github.com./rust-lang/rustfmt/issues/5658)
23+
524

625
## [1.7.0] 2023-10-22
726

0 commit comments

Comments
 (0)