Updated readme

This commit is contained in:
Christophe Riccio 2016-01-03 18:30:08 +01:00
parent c83add59b3
commit fc1e45bbde

View File

@ -58,6 +58,9 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed GTC_matrix_inverse affineInverse #192
- Fixed ICC on Linux build errors #449
- Fixed ldexp and frexp compilation errors
- Fixed "Declaration shadows a field" warning #468
- Fixed 'GLM_COMPILER_VC2005 is not defined' warning #468
- Fixed various 'X is not defined' warnings #468
#### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/tag/0.9.7.1) - 2015-09-07
##### Improvements: