Updated readme

This commit is contained in:
Christophe Riccio 2017-08-16 13:40:35 +02:00
parent 126fa8c47d
commit 8387bea5e3

View File

@ -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