From ec05d43d7d69cb1326f308127c769c45c21b4c9b Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 16 Dec 2012 22:05:23 +0100 Subject: [PATCH] Updated readme for GLM 0.9.4.1 release --- readme.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.txt b/readme.txt index 97ce573e..728a7c17 100644 --- a/readme.txt +++ b/readme.txt @@ -36,6 +36,15 @@ GLM is a header only library, there is nothing to build, just include it. More informations in GLM manual: http://glm.g-truc.net/glm.pdf +================================================================================ +GLM 0.9.4.1: 2012-12-17 +-------------------------------------------------------------------------------- +- Improved half support: -0.0 case and implicit conversions +- Fixed Intel Composer Compiler support on Linux +- Fixed interaction between quaternion and euler angles. +- Fixed GTC_constants build +- Fixed GTX_multiple + ================================================================================ GLM 0.9.4.0: 2012-11-18 --------------------------------------------------------------------------------