add release date for v1.7.1

This commit is contained in:
Yacin Tmimi 2024-07-06 15:08:15 -04:00
parent c8290a5fb7
commit add045979b

View File

@ -2,6 +2,8 @@
## [Unreleased]
## [1.7.1] 2024-06-24
### Fixed
- 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).