From ecca9355805d4824fdff86352b1dfbf480cbed63 Mon Sep 17 00:00:00 2001 From: christophe Date: Sun, 12 Apr 2020 16:09:31 +0200 Subject: [PATCH] Updated readme --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 619393d1..8971f179 100644 --- a/readme.md +++ b/readme.md @@ -53,7 +53,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate) ## Release notes -### [GLM 0.9.9.8](https://github.com/g-truc/glm/releases/tag/0.9.9.8) - 2020-0X-XX +### [GLM 0.9.9.8](https://github.com/g-truc/glm/releases/tag/0.9.9.8) - 2020-04-12 #### Features: - Added GLM_EXT_vector_intX* and GLM_EXT_vector_uintX* extensions - Added GLM_EXT_matrix_intX* and GLM_EXT_matrix_uintX* extensions @@ -61,6 +61,11 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate) #### Improvements: - Added clamp, repeat, mirrorClamp and mirrorRepeat function to GLM_EXT_scalar_commond and GLM_EXT_vector_commond extensions with tests +#### Fixes: +- Fixed unnecessary warnings from matrix_projection.inl #995 +- Fixed quaternion slerp overload which interpolates with extra spins #996 +- Fixed for glm::length using arch64 #992 + ### [GLM 0.9.9.7](https://github.com/g-truc/glm/releases/tag/0.9.9.7) - 2020-01-05 #### Improvements: - Improved Neon support with more functions optimized #950