From e1fa795b1c51c9e8d67ee6f032630baba7913851 Mon Sep 17 00:00:00 2001 From: lolbinarycat Date: Mon, 26 May 2025 11:59:50 -0500 Subject: [PATCH] relnotes: add missing headers "Rustdoc" and "Platform Support" also bump source permalink --- src/release/release-notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/release/release-notes.md b/src/release/release-notes.md index 9b6c2ece0..855d318b6 100644 --- a/src/release/release-notes.md +++ b/src/release/release-notes.md @@ -31,14 +31,16 @@ release team later. The release note text is automatically pulled in subsequent steps, and should use headers from [this list] if possible: -[this list]: https://github.com/rust-lang/relnotes/blob/33e78d703a439c8721705b26e2613ec6dac0cb4f/src/main.rs#L444-L449 +[this list]: https://github.com/rust-lang/relnotes/blob/21ed8b35851a34cae062bb342810a0280bbd19d7/src/main.rs#L454-L463 * Compatibility Notes * Library * Stabilized APIs * Const Stabilized APIs +* Rustdoc * Language * Compiler +* Platform Support * Internal Changes * Other