From 15b19a10be774975aee34c1cb277178999261e5f Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 19 Sep 2013 21:48:06 +0200 Subject: [PATCH] Updated readme for GLM 0.9.4.6 release --- readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 6f2f406a..0464a396 100644 --- a/readme.txt +++ b/readme.txt @@ -37,7 +37,7 @@ More informations in GLM manual: http://glm.g-truc.net/glm.pdf ================================================================================ -GLM 0.9.4.6: 2013-09-18 +GLM 0.9.4.6: 2013-09-20 -------------------------------------------------------------------------------- - Fixed detection to select the last known compiler if newer version #106 - Fixed is_int and is_uint code duplication with GCC and C++11 #107 @@ -50,6 +50,7 @@ GLM 0.9.4.6: 2013-09-18 - Added compilation errors for unsupported compiler versions - Fixed glm::orientation with GLM_FORCE_RADIANS defined #112 - Fixed const ref issue on assignment operator taking a scalar parameter #116 +- Fixed glm::eulerAngleY implementation ================================================================================ GLM 0.9.4.5: 2013-08-12