Updated release note to mention #415

This commit is contained in:
Christophe Riccio 2016-03-06 00:18:05 +01:00
parent fe18a36c10
commit 58f432b76d

View File

@ -53,7 +53,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
#### [GLM 0.9.8.0](https://github.com/g-truc/glm/releases/latest) - 2016-XX-XX
##### Features:
- Added right and left handed projection and clip control support #447 #119
- Added right and left handed projection and clip control support #447 #415 #119
- Added compNormalize and compScale functions to GTX_component_wise
- Added packF3x9_E1x5 and unpackF3x9_E1x5 to GTC_packing for RGB9E5 #416
- Added (un)packHalf to GTC_packing