Update CHANGES for release 12.0.0 upstream/1.3.239 upstream/12.0.0
authorJeremy Hayes <jeremy@lunarg.com>
Wed, 18 Jan 2023 22:37:00 +0000 (15:37 -0700)
committerJeremy Hayes <jeremy-lunarg@users.noreply.github.com>
Thu, 19 Jan 2023 16:57:51 +0000 (09:57 -0700)
CHANGES.md

index aee747f..f576366 100644 (file)
@@ -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.0.0 2023-01-18
+
+### Breaking changes
+* An ABI was accidentally broken in #3014. Consequently, we have incremented the major revision number.
+
+### Other changes
+* Add support for ARB_bindless_texture.
+* Add support for GL_NV_shader_invocation_reorder.
+* Fix const parameter debug types when using NonSemantic.Shader.DebugInfo.100.
+* Fix NonSemantic.Shader.DebugInfo.100 disassembly.
+* Fix MaxDualSourceDrawBuffersEXT usage.
+* Fix structure member reference crash.
+
 ## 11.13.0 2022-12-06
 
 ### Other changes