From cf2868181f485887cd6428bef254b2e05cd12bd3 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Sun, 6 Mar 2016 19:44:22 -0500 Subject: [PATCH] Add contribution to readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index dee81544..91a87eff 100644 --- a/readme.md +++ b/readme.md @@ -66,6 +66,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Improved GTC_random linearRand documentation - Improved GTC_reciprocal documentation - Improved GLM_FORCE_EXPLICIT_CTOR coverage #481 +- Template most unary conversion constructors ##### Fixes: - Fixed GTX_extended_min_max filename typo #386