Update changelog

This commit is contained in:
Maik Klein 2019-01-13 12:41:44 +01:00
parent d22d1c3f38
commit 9a458e7a28

View file

@ -1,3 +1,12 @@
# 0.27.0/1
* Extensions are now namespaced. `ash::extensions::khr::Swapchain`
* Removed vendor tags from extension methods
* Added missing functions for VkEvent
* The examples were updated to use the new builder pattern
* A SPIR-V parsing function `ash::util::read_spv`
* Added `get_pipeline_cache_data`
# 0.26.0
* Fix loader on MacOS.