Updated changelog #349

This commit is contained in:
Christophe Riccio 2015-07-19 00:29:56 +02:00
parent 2005679652
commit 12328983ae

View File

@ -59,6 +59,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Added <glm/gtx/hash.hpp> to perform std::hash on GLM types #320
- Added <glm/gtx/wrap.hpp> for texcoord wrapping
- Added static components and precision members to all vector and quat types #350
- Added .gitignore #349
##### Improvements:
- Changed usage of __has_include to support Intel compiler #307