mirror of
https://github.com/g-truc/glm.git
synced 2025-04-13 08:43:00 +00:00
Fixed release note
This commit is contained in:
parent
04faf66d58
commit
2865a0e54e
1 changed files with 4 additions and 1 deletions
|
@ -51,12 +51,15 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
|||
|
||||
## Release notes
|
||||
|
||||
#### [GLM 0.9.7.2](https://github.com/g-truc/glm/releases/latest) - 2015-XX-XX
|
||||
##### Improvements:
|
||||
- Added compNormalize function to GTX_component_wise
|
||||
|
||||
#### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/tag/0.9.7.1) - 2015-09-07
|
||||
##### Improvements:
|
||||
- Improved constexpr for constant functions coverage #198
|
||||
- Added to_string for quat and dual_quat in GTX_string_cast #375
|
||||
- Improved overall execution time of unit tests #396
|
||||
- Added compNormalize function to GTX_component_wise
|
||||
|
||||
##### Fixes:
|
||||
- Fixed strict alignment warnings #235 #370
|
||||
|
|
Loading…
Add table
Reference in a new issue