Preparing GLM 0.9.8.5 release

This commit is contained in:
Christophe Riccio 2017-08-16 11:48:03 +02:00
parent 31b92947fb
commit 440ab98019

View File

@ -51,7 +51,10 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
## Release notes
#### [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