aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2016-10-12 10:23:38 -0400
committerDavid Neto <dneto@google.com>2016-10-12 10:23:38 -0400
commit75ec9927971a955ffbdafdeefaa790a2469dd432 (patch)
treec7fa5c2678ca96544e5302e61ea67c7f2682307c
parent868ead3c89e47108b96c1acb620a361c64824191 (diff)
downloadshaderc-75ec9927971a955ffbdafdeefaa790a2469dd432.tar.gz
Finalize v2016.1
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 45373d5..619219f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,11 @@
Revision history for Shaderc
-v2016.1-dev 2016-07-08
- - Start v2016.1
+v2016.1 2016-10-12
+ - C API for assembling now takes an options object
+ - Support compilation options to optimize for size.
+ - Maintain compatibility with recent SPIRV-Tools and Glslang versions.
+ - Update examples.
+ - Build cleanups.
- Fixes issues:
#238: Fix invocation of python scripts during build