diff options
| author | bors <bors@rust-lang.org> | 2023-06-02 12:37:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-06-02 12:37:52 +0000 |
| commit | f0dc0bc1c2e7c2293bf601029c66f100a5228282 (patch) | |
| tree | 1dabf4c3e3e3f4e25be432b84dc5e44bd66aa7fe | |
| parent | 7c448a6910bf9ceda0df8d0871a34dc398dbde9d (diff) | |
| parent | a28eb5995f57e63af09a4b55bf3f17d1db00fb39 (diff) | |
| download | rust-f0dc0bc1c2e7c2293bf601029c66f100a5228282.tar.gz rust-f0dc0bc1c2e7c2293bf601029c66f100a5228282.zip | |
Auto merge of #10862 - xFrednet:changelog-1-70, r=flip1995
Update *Current stable* text in `CHANGELOG.md` Roses are red, violets are blue, the new version was released, and our changelog too --- changelog: none
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fd619368e8f..23d59fa31de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ document. ## Rust 1.70 -Current beta, released 2023-06-01 +Current stable, released 2023-06-01 [149392b0...83e42a23](https://github.com/rust-lang/rust-clippy/compare/149392b0...83e42a23) @@ -95,7 +95,7 @@ Current beta, released 2023-06-01 [#10375](https://github.com/rust-lang/rust-clippy/pull/10375) * [`mem_replace_option_with_none`]: No longer lints on field expressions [#10594](https://github.com/rust-lang/rust-clippy/pull/10594) -* [`items_after_statements`]: No longer lints on times from macros +* [`items_after_statements`]: No longer lints on items from macros [#10542](https://github.com/rust-lang/rust-clippy/pull/10542) * [`print_literal`], [`write_literal`]: No longer lint strings coming from the `file!()` macro [#10573](https://github.com/rust-lang/rust-clippy/pull/10573) @@ -135,7 +135,7 @@ Current beta, released 2023-06-01 ## Rust 1.69 -Current stable, released 2023-04-20 +Released 2023-04-20 [7f27e2e7...149392b0](https://github.com/rust-lang/rust-clippy/compare/7f27e2e7...149392b0) |
