From 2865a0e54e685381349a9e2998ace8f9282f67dc Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 25 Sep 2015 03:16:06 +0200 Subject: [PATCH] Fixed release note --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6e50f1ac..40faa2de 100644 --- a/readme.md +++ b/readme.md @@ -51,12 +51,15 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) ## Release notes +#### [GLM 0.9.7.2](https://github.com/g-truc/glm/releases/latest) - 2015-XX-XX +##### Improvements: +- Added compNormalize function to GTX_component_wise + #### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/tag/0.9.7.1) - 2015-09-07 ##### Improvements: - Improved constexpr for constant functions coverage #198 - Added to_string for quat and dual_quat in GTX_string_cast #375 - Improved overall execution time of unit tests #396 -- Added compNormalize function to GTX_component_wise ##### Fixes: - Fixed strict alignment warnings #235 #370