Skip to content

Commit b471183

Browse files
authored
Update 1.8.2502 release notes (microsoft#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.
1 parent fdde077 commit b471183

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/ReleaseNotes.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,15 @@ The included licenses apply to the following files:
1919

2020
### Version 1.8.2502
2121

22-
- The incomplete WaveMatrix implementation has been removed.
23-
- DXIL Validator Hash is open sourced.
24-
- DXIL container validation for PSV0 part allows any content ordering inside string and semantic index tables.
25-
- The and() and or() intrinsics will now accept non-integer parameters by casting them to bools.
22+
This cumulative release contains numerous bug fixes and stability improvements.
23+
24+
Here are some highlights:
25+
26+
- The incomplete WaveMatrix implementation has been removed. [#6807](https://github.com/microsoft/DirectXShaderCompiler/pull/6807)
27+
- DXIL Validator Hash is open sourced. [#6846](https://github.com/microsoft/DirectXShaderCompiler/pull/6846)
28+
- DXIL container validation for PSV0 part allows any content ordering inside string and semantic index tables. [#6859](https://github.com/microsoft/DirectXShaderCompiler/pull/6859)
29+
- The and() and or() intrinsics will now accept non-integer parameters by casting them to bools. [#7060](https://github.com/microsoft/DirectXShaderCompiler/pull/7060)
30+
- 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`.
2631

2732
### Version 1.8.2407
2833

0 commit comments

Comments
 (0)