Updated readme.md

This commit is contained in:
Christophe Riccio 2015-05-01 16:22:00 +02:00
parent 3164671f77
commit ff05442b0b

View File

@ -47,27 +47,27 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
## Release notes ## Release notes
##### GLM 0.9.7.0: 2015-XX-XX ### GLM 0.9.7.0: 2015-XX-XX
Features: ##### Features:
- Added GTC_color: convertRgbToSrgb and convertSrgbToRgb functions - Added GTC_color: convertRgbToSrgb and convertSrgbToRgb functions
- Added 'fmod' overload to GTX_common with tests #308 - Added 'fmod' overload to GTX_common with tests #308
- Left handed perspective and lookAt functions #314 - Left handed perspective and lookAt functions #314
- Added functions eulerAngleXYZ and extractEulerAngleXYZ #311 - Added functions eulerAngleXYZ and extractEulerAngleXYZ #311
- Added <glm/gtx/hash.hpp> to perform to perform std::hash on GLM types #320 - Added <glm/gtx/hash.hpp> to perform to perform std::hash on GLM types #320
Improvements: ##### Improvements:
- Changed usage of __has_include to support Intel compiler #307 - Changed usage of __has_include to support Intel compiler #307
- Specialized integer implementation of YCoCg-R #310 - Specialized integer implementation of YCoCg-R #310
- Don't show status message in 'FindGLM' if 'QUIET' option is set. #317 - Don't show status message in 'FindGLM' if 'QUIET' option is set. #317
Fixes: ##### Fixes:
- Fixed (u)int64 MSB/LSB handling on BE archs #306 - Fixed (u)int64 MSB/LSB handling on BE archs #306
- Fixed multi-line comment warning in g++. #315 - Fixed multi-line comment warning in g++. #315
Deprecation: ##### Deprecation:
- Removed integer specification for 'mod' in GTC_integer #308 - Removed integer specification for 'mod' in GTC_integer #308
##### GLM 0.9.6.4: 2015-0X-XX ### GLM 0.9.6.4: 2015-0X-XX
Fixes: Fixes:
- Fixed default precision for quat and dual_quat type #312 - Fixed default precision for quat and dual_quat type #312