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