From ef5a550096ba96d8195715faaebc16e955f89443 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sun, 9 Jul 2017 09:13:36 +0200 Subject: [PATCH] Add changelog --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..1909e0b --- /dev/null +++ b/Changelog.md @@ -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.