Browse Source

Updated readme

Christophe Riccio 10 years ago
parent
commit
fc1e45bbde
1 changed files with 3 additions and 0 deletions
  1. 3 0
      readme.md

+ 3 - 0
readme.md

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