Fixed release note

This commit is contained in:
Christophe Riccio 2015-09-25 03:16:06 +02:00
parent 04faf66d58
commit 2865a0e54e

View File

@ -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