diff options
| author | Kevin Reid <kpreid@switchb.org> | 2021-05-06 17:18:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-06 17:18:45 -0700 |
| commit | 91851d8040da1569366ef977dd9a43a70c7519e9 (patch) | |
| tree | 85123fbfaaac9721853e342fc2d357099798cd13 | |
| parent | f3a0ac1f4b3675e8313dff0f06023b463877dc4d (diff) | |
| download | rust-91851d8040da1569366ef977dd9a43a70c7519e9.tar.gz rust-91851d8040da1569366ef977dd9a43a70c7519e9.zip | |
Fix duplicated "Rust 1.52" version section header
The most recent changelog update 037ddf282bbf011babd4b7f9a851f6028fc6fd70 accompanying the 1.52 release added a second "Rust 1.52" section header, with the result that the Rust release announcement https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html is linking to the "current beta" changelog section for Clippy rather than the stable changelog. I don't know the release process but based on previous changes to this file, I assume the correct thing to do is to mark the topmost section as being for Rust 1.53, not 1.52.
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fce3fccd075..0a328a20dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ document. [7c7683c...master](https://github.com/rust-lang/rust-clippy/compare/7c7683c...master) -## Rust 1.52 +## Rust 1.53 Current beta, release 2021-06-17 |
