Add changelog

This commit is contained in:
Maik Klein 2017-07-09 09:13:36 +02:00
parent 18fe1f7916
commit ef5a550096

6
Changelog.md Normal file
View file

@ -0,0 +1,6 @@
- 0.18.0: Fixes arm build => uses libc everywhere. Remove `AlignByteSlice`.
- 0.17.0: Refactor Align to use vk::DeviceSize.
- 0.16.0: `map_memory` now returns a void ptr. `ash::util::Align` is a helper struct that
can write to aligned memory.