From fc1e45bbde231fbdf529b3a88763455c4f8aa280 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 3 Jan 2016 18:30:08 +0100 Subject: [PATCH] Updated readme --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 256e65ac..b4c261d3 100644 --- a/readme.md +++ b/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: