From b4711839eb9a87da7c3436d9b212e0492359fbbd Mon Sep 17 00:00:00 2001 From: Joshua Batista Date: Wed, 19 Feb 2025 16:30:56 -0800 Subject: [PATCH] Update 1.8.2502 release notes (#7147) An internal fix has changed the way PDB files are packaged on release. This change is worth noting in the release notes for 1.8.2502. --- docs/ReleaseNotes.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 27853bfd30..1f07997f06 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -19,10 +19,15 @@ The included licenses apply to the following files: ### Version 1.8.2502 -- The incomplete WaveMatrix implementation has been removed. -- DXIL Validator Hash is open sourced. -- DXIL container validation for PSV0 part allows any content ordering inside string and semantic index tables. -- The and() and or() intrinsics will now accept non-integer parameters by casting them to bools. +This cumulative release contains numerous bug fixes and stability improvements. + +Here are some highlights: + +- The incomplete WaveMatrix implementation has been removed. [#6807](https://github.com/microsoft/DirectXShaderCompiler/pull/6807) +- DXIL Validator Hash is open sourced. [#6846](https://github.com/microsoft/DirectXShaderCompiler/pull/6846) +- DXIL container validation for PSV0 part allows any content ordering inside string and semantic index tables. [#6859](https://github.com/microsoft/DirectXShaderCompiler/pull/6859) +- The and() and or() intrinsics will now accept non-integer parameters by casting them to bools. [#7060](https://github.com/microsoft/DirectXShaderCompiler/pull/7060) +- Released executables will now expect the filenames associated with the released pdbs. Instead of expecting `dxc_full.pdb`, `dxc.exe` will now expect `dxc.pdb`. ### Version 1.8.2407