From 12328983ae3dd1bcf59b5d5e200d8d18e7a8ca23 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 19 Jul 2015 00:29:56 +0200 Subject: [PATCH] Updated changelog #349 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3fd18b07..245838a8 100644 --- a/readme.md +++ b/readme.md @@ -59,6 +59,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Added to perform std::hash on GLM types #320 - Added 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