From 9b1a0f4d3e054d9b21ae584a20c06c98628c3015 Mon Sep 17 00:00:00 2001 From: Jeremy Hayes Date: Tue, 18 Jul 2023 17:35:14 -0600 Subject: [PATCH] Update CHANGES for release 12.3.0 --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 098362f168..4372a3c9c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## 12.3.0 2023-07-19 + +### Other changes +* Rename glslangValidator to glslang and create glslangValidator symlink +* Support HLSL binary literals +* Add missing initialization members for web +* Improve push_constant upgrading +* Fix race condition in spirv remap +* Support pre and post HLSL qualifier validation +* Force generateDebugInfo when non-semantic debug info is enabled +* Exit with error if output file cannot be written +* Fix struct member buffer reference decorations + ## 12.2.0 2023-05-17 ### Other changes