From 0d1e2d5e8a46317a1e990230a185fe4ca87ad27d Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 1 May 2015 23:37:48 +0200 Subject: [PATCH] Updated release note for Added master branch continuous integration service on Linux 64 #332 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3b5bb2f7..67bf7e7f 100644 --- a/readme.md +++ b/readme.md @@ -62,6 +62,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Changed usage of __has_include to support Intel compiler #307 - Specialized integer implementation of YCoCg-R #310 - Don't show status message in 'FindGLM' if 'QUIET' option is set. #317 +- Added master branch continuous integration service on Linux 64 #332 ##### Fixes: - Fixed (u)int64 MSB/LSB handling on BE archs #306