From 8dfbda3f8e9c5be9cedc3d25f00d05d68bcd1ecb Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 14 Nov 2011 12:02:21 +0000 Subject: [PATCH] Fixed changelog --- doc/src/data.xml | 6 ++++++ readme.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/doc/src/data.xml b/doc/src/data.xml index fc185b71..e076459b 100644 --- a/doc/src/data.xml +++ b/doc/src/data.xml @@ -174,6 +174,12 @@ Improved doxygen documentation + + Added new swizzle operators for C++11 compilers + + + Added new swizzle operators declared as functions + Added GLSL 4.20 length for vector and matrix types diff --git a/readme.txt b/readme.txt index ca6e46d1..70bd8b8d 100644 --- a/readme.txt +++ b/readme.txt @@ -47,6 +47,7 @@ GLM 0.9.3.A: 2011-11-11 - Improved doxygen documentation - Added new swizzle operators for C++11 compilers - Added new swizzle operators declared as functions +- Added GLSL 4.20 length for vector and matrix types - Promoted GLM_GTC_noise extension: simplex, perlin, periodic noise functions - Promoted GLM_GTC_random extension: linear, gaussian and various random number generation distribution