1# Revision history for `glslang` 2 3All notable changes to this project will be documented in this file. 4This project adheres to [Semantic Versioning](https://semver.org/). 5 6## 11.0.0 2020-07-20 7 8### Breaking changes 9 10#### Visual Studio 2013 is no longer supported 11 12[As scheduled](https://github.com/KhronosGroup/glslang/blob/9eef54b2513ca6b40b47b07d24f453848b65c0df/README.md#planned-deprecationsremovals), 13Microsoft Visual Studio 2013 is no longer officially supported. Please upgrade 14to at least Visual Studio 2015. 15 16## 10.15.3847 2020-07-20 17 18### Breaking changes 19 20* The following files have been removed: 21 * `glslang/include/revision.h` 22 * `glslang/include/revision.template` 23 24The `GLSLANG_MINOR_VERSION` and `GLSLANG_PATCH_LEVEL` defines have been removed 25from the public headers. \ 26Instead each build script now uses the new `build_info.py` 27script along with the `build_info.h.tmpl` and this `CHANGES.md` file to generate 28the glslang build-time generated header `glslang/build_info.h`. 29 30The new public API to obtain the `glslang` version is `glslang::GetVersion()`. 31 32### Other changes 33* `glslang` shared objects produced by CMake are now `SONAME` versioned using 34 [Semantic Versioning 2.0.0](https://semver.org/). 35