Browse Source

Merge branch '0.9.7'

Christophe Riccio 9 years ago
parent
commit
9aabeb4075
1 changed files with 4 additions and 0 deletions
  1. 4 0
      readme.md

+ 4 - 0
readme.md

@@ -83,6 +83,10 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
 - Removed GLM_FORCE_SIZE_FUNC define
 
 #### [GLM 0.9.7.5](https://github.com/g-truc/glm/tree/0.9.7) - 2016-0X-XX
+
+##### Improvements:
+- Added Visual C++ Clang toolset detection
+
 ##### Fixes:
 - Fixed uaddCarry warning #497
 - Fixed roundPowerOfTwo and floorPowerOfTwo #503