Update CHANGES for 11.1.0
[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.1.0 2021-02-18
7
8 ### Other changes
9 * Removed Python requirement when not building with spirv-tools
10 * Add support for GL_EXT_shared_memory_block
11 * Implement GL_EXT_null_initializer
12 * Add CMake support for Fuschia
13
14 ## 11.0.0 2020-07-20
15
16 ### Breaking changes
17
18 #### Visual Studio 2013 is no longer supported
19
20 [As scheduled](https://github.com/KhronosGroup/glslang/blob/9eef54b2513ca6b40b47b07d24f453848b65c0df/README.md#planned-deprecationsremovals),
21 Microsoft Visual Studio 2013 is no longer officially supported. Please upgrade
22 to at least Visual Studio 2015.
23
24 ## 10.15.3847 2020-07-20
25
26 ### Breaking changes
27
28 * The following files have been removed:
29   * `glslang/include/revision.h`
30   * `glslang/include/revision.template`
31
32 The `GLSLANG_MINOR_VERSION` and `GLSLANG_PATCH_LEVEL` defines have been removed
33 from the public headers. \
34 Instead each build script now uses the new `build_info.py`
35 script along with the `build_info.h.tmpl` and this `CHANGES.md` file to generate
36 the glslang build-time generated header `glslang/build_info.h`.
37
38 The new public API to obtain the `glslang` version is `glslang::GetVersion()`.
39
40 ### Other changes
41 * `glslang` shared objects produced by CMake are now `SONAME` versioned using
42    [Semantic Versioning 2.0.0](https://semver.org/).