From 9b7a676fa62aa3db80a3e6593f5d49fc0cf8a261 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 5fc45ab818e..1fd47a87886 100644 --- a/docs/relnotes/25.3.0.rst +++ b/docs/relnotes/25.3.0.rst @@ -771,7 +771,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