Start glslang 11.0.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.0.0 2020-07-20
7
8 [Put `11.0.0` release notes here]
9
10 ## 10.15.3847 2020-07-20
11
12 ### Breaking changes
13
14 * The following files have been removed:
15   * `glslang/include/revision.h`
16   * `glslang/include/revision.template`
17
18 The `GLSLANG_MINOR_VERSION` and `GLSLANG_PATCH_LEVEL` defines have been removed
19 from the public headers. \
20 Instead each build script now uses the new `build_info.py`
21 script along with the `build_info.h.tmpl` and this `CHANGES.md` file to generate
22 the glslang build-time generated header `glslang/build_info.h`.
23
24 The new public API to obtain the `glslang` version is `glslang::GetVersion()`.
25
26 ### Other changes
27 * `glslang` shared objects produced by CMake are now `SONAME` versioned using
28    [Semantic Versioning 2.0.0](https://semver.org/).