From 19ce439156d1ce906deb5ce363d3824a901df1e7 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sun, 9 Jul 2017 09:14:15 +0200 Subject: [PATCH] Remove changelog from readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 5164b40..d187ef5 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,6 @@ A very lightweight wrapper around Vulkan ## Stable yet? 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.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? - [x] Lightweight Vulkan wrapper - [x] Low overhead