From 8387bea5e335fb11896a404c40dc167abd4432a5 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 16 Aug 2017 13:40:35 +0200 Subject: [PATCH] Updated readme --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1587156a..685a9df3 100644 --- a/readme.md +++ b/readme.md @@ -110,11 +110,15 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate) - Removed glm::uninitialize --- -### [GLM 0.9.8.5](https://github.com/g-truc/glm/tree/0.9.8) - 2017-0X-XX +### [GLM 0.9.8.5](https://github.com/g-truc/glm/releases/tag/0.9.8.5) - 2017-08-16 +#### Features: +- Added Conan package support #647 + #### Fixes: - Fixed Clang version detection from source #608 - Fixed packF3x9_E1x5 exponent packing #614 - Fixed build error min and max specializations with integer #616 +- Fixed simd_mat4 build error #652 --- ### [GLM 0.9.8.4](https://github.com/g-truc/glm/releases/tag/0.9.8.4) - 2017-01-22