Forráskód Böngészése

Fix incorrect date in CHANGES.md

Jan Kelemen 3 hónapja
szülő
commit
c39c0fea84
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      CHANGES.md

+ 2 - 2
CHANGES.md

@@ -3,7 +3,7 @@
 All notable changes to this project will be documented in this file.
 This project adheres to [Semantic Versioning](https://semver.org/).
 
-## 15.3.0 2024-04-24
+## 15.3.0 2025-04-24
 * Fix CMake find_package on Windows when building shared libraries
 * Fix crash calling coopMatLoadTensorNV on an array element
 * Avoid reusing array types with stride when no stride is requested
@@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
 * LiveTraverser no longer traverses switch cases that are statically not accessed
 * Implement optional cross-stage check for inputs with no matching outputs
 
-## 15.2.0 2024-02-24
+## 15.2.0 2025-02-24
 * Fix find_package on Windows when BUILD_SHARED_LIBS=ON
 * Emit error if using in/out with struct pointer
 * Emit SPV_EXT_opacity_micromap if GL extension is present