Browse Source

Fixed release note

Christophe Riccio 10 years ago
parent
commit
2865a0e54e
1 changed files with 4 additions and 1 deletions
  1. 4 1
      readme.md

+ 4 - 1
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