From f76766fda74be3bf861d6a56db03b475760b76dd Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sun, 11 Jun 2017 15:06:09 +0200 Subject: [PATCH] Wrong version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0701432..5164b40 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A very lightweight wrapper around Vulkan I don't expect any big changes anymore. The library will still remain < 1.0 until I had time to use it in a real project. If you encounter any problems, feel free to open an [Issue](https://github.com/MaikKlein/ash/issues). ## Breaking changes: -- 0.16.4 -> 0.17.0: `map_memory` now returns a void ptr. `ash::util::Align` is a helper struct that +- 0.15.8 -> 0.16.0: `map_memory` now returns a void ptr. `ash::util::Align` is a helper struct that can write to aligned memory. ## Why Ash?