Skip to content

Commit d5951b7

Browse files
authored
Add PDB release note to 1.8.2502 (microsoft#7148)
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 8967dac commit d5951b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@ Place release notes for the upcoming release below this line and remove this lin
2323

2424
### Version 1.8.2502
2525

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

3136
### Version 1.8.2407
3237

0 commit comments

Comments
 (0)