From ecd9bb202ffb0b48868ec23d1c3288670ba98abe Mon Sep 17 00:00:00 2001 From: Greg Fischer Date: Thu, 18 Feb 2021 12:04:17 -0700 Subject: [PATCH] Update CHANGES for 11.1.0 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 632804101..0698e76a8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## 11.1.0 2021-02-18 + +### Other changes +* Removed Python requirement when not building with spirv-tools +* Add support for GL_EXT_shared_memory_block +* Implement GL_EXT_null_initializer +* Add CMake support for Fuschia + ## 11.0.0 2020-07-20 ### Breaking changes