diff --git a/RELEASES.md b/RELEASES.md
index 419c20b9071bf..c89792ff32731 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -103,11 +103,6 @@ Rustdoc
- [Add a new `rustdoc::unescaped_backticks` lint for broken inline code.](https://github.com/rust-lang/rust/pull/105848/)
- [Support strikethrough with single tildes.](https://github.com/rust-lang/rust/pull/111152/) (`~~old~~` vs. `~new~`)
-
-
-Misc
-----
-
Compatibility Notes
@@ -131,16 +126,6 @@ Compatibility Notes
table. This is considered to be not a use case Cargo would like to support, since it will likely
cause problems or lead to confusion.
-
-
-Internal Changes
-----------------
-
-These changes do not affect any public interfaces of Rust, but they represent
-significant improvements to the performance or internals of rustc and related
-tools.
-
-
Version 1.70.0 (2023-06-01)
==========================