Update readme: fix utf-8 tests, use spirv.h
authorDavid Neto <dneto@google.com>
Mon, 2 Nov 2015 14:44:20 +0000 (09:44 -0500)
committerDavid Neto <dneto@google.com>
Mon, 2 Nov 2015 18:52:35 +0000 (13:52 -0500)
readme.md

index 6e13ad8..7dae0ec 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -25,6 +25,14 @@ The validator is incomplete.  See the Future Work section for more information.
 
 ## CHANGES (for tools hackers)
 
+2015-11-02
+* Progress toward making `libspirv.h` a C API:
+   * Use C header `spirv.h` instead of C++ header `spirv.hpp`
+* Fixed UTF-8 tests on Windows
+* Fixed "Generator" enums (SPIR-V module word 2)
+* Fixed CMake location of Google Mock
+* Other internal cleanups
+
 2015-10-16
 * OpenCL extended instructions are supported, from version 1.0 Revision 1.
 * Capability dependencies for instructions and enums now match 0.99 Rev 32.