From 933c603b39c16020d5546205f1f91cd36fbd50e9 Mon Sep 17 00:00:00 2001 From: Maximilian Maldacker Date: Sat, 5 Jan 2019 22:05:21 +0100 Subject: [PATCH] Release notes 1.4 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c4f363..46088ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Release 1.4 + +* Support for running simulation with multiple sub-steps per steps +* Rename world function "Solve" to "Step" +* Removed scaling functionality +* Fixed Timer class +* Added option to specify specialization constants in shaders +* CMake improvements when including in other projects +* Initialize to Vulkan 1.1 by default (with fallback to 1.0) +* Improve ComputeSize class + # Release 1.3 * Added strong rigidbody coupling