Merge pull request #2352 from ben-clayton/vs2015
[platform/upstream/glslang.git] / CHANGES.md
1 # Revision history for `glslang`
2
3 All notable changes to this project will be documented in this file.
4 This 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),
13 Microsoft Visual Studio 2013 is no longer officially supported. Please upgrade
14 to 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
24 The `GLSLANG_MINOR_VERSION` and `GLSLANG_PATCH_LEVEL` defines have been removed
25 from the public headers. \
26 Instead each build script now uses the new `build_info.py`
27 script along with the `build_info.h.tmpl` and this `CHANGES.md` file to generate
28 the glslang build-time generated header `glslang/build_info.h`.
29
30 The 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/).