From fe69e376d44957b18ea67c6eee81dd69fe5c859f Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 17 Nov 2025 10:26:08 -0800 Subject: [PATCH] docs/relnotes/25.3.0: Escape some rst language constructs That are from the gitlog, which we don't currently escape. Part-of: --- docs/relnotes/25.3.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relnotes/25.3.0.rst b/docs/relnotes/25.3.0.rst index 1643b407434..9ebe3164eaf 100644 --- a/docs/relnotes/25.3.0.rst +++ b/docs/relnotes/25.3.0.rst @@ -775,7 +775,7 @@ Caio Oliveira (93): - brw: Run validation as soon as we have the CFG around - brw: Fix printing of blocks in disassembly when BRW is available - util: Avoid invalid access in ralloc_print_info() -- brw: Add \`FILE *` parameter to dump_assembly +- brw: Add \`FILE \*\` parameter to dump_assembly - brw: Add and use more brw_validate.cpp macros - brw: Use uint16_t for size_written - brw: Centralize brw_inst allocation