From 8c5fde6c8f5e5de511f0ec43a0dbc429924d18c2 Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 11 Jul 2019 16:08:18 +0200 Subject: [PATCH] Updated 0.9.9.6 release note --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index b37782ca..8147b7eb 100644 --- a/readme.md +++ b/readme.md @@ -55,9 +55,17 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate) ### [GLM 0.9.9.6](https://github.com/g-truc/glm/tree/master) #### Improvements: +- Added SYCL support #914 - Added Visual C++ 2019 detection - Added Visual C++ 2017 15.8 and 15.9 detection +#### Fixes: +- Fixed for g++6 where -std=c++1z sets __cplusplus to 201500 instead of 201402 #921 +- Fixed hash hashes qua instead of tquat #919 +- Fixed .natvis as structs renamed #915 +- Fixed ldexp and frexp declaration #895 +- Fixed missing const to quaternion conversion operators #890 + ### [GLM 0.9.9.5](https://github.com/g-truc/glm/releases/tag/0.9.9.5) - 2019-04-01 #### Fixes: - Fixed build errors when defining GLM_ENABLE_EXPERIMENTAL #884 #883