From 71004231c627fd204e2f91e41fc7b37805342f18 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 17 Jul 2016 01:13:38 +0200 Subject: [PATCH] Updated readme --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 8693cb08..234519de 100644 --- a/readme.md +++ b/readme.md @@ -97,6 +97,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Deprecated GLM_GTX_simd_mat4 extension - Deprecated GLM_GTX_simd_quat extension +-------------------------------------------------------------------------------- #### [GLM 0.9.7.6](https://github.com/g-truc/glm/releases/tag/0.9.7.6) - 2016-07-16 ##### Improvements: - Added pkg-config file #509 @@ -109,6 +110,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Fixed long long warnings when using C++98 on GCC and Clang #482 - Fixed scalar reciprocal functions (GTC_reciprocal) #520 +-------------------------------------------------------------------------------- #### [GLM 0.9.7.5](https://github.com/g-truc/glm/releases/tag/0.9.7.5) - 2016-05-24 ##### Improvements: - Added Visual C++ Clang toolset detection @@ -122,6 +124,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Fixed GTX_extended_min_max filename typo #386 - Fixed intersectRayTriangle to not do any unintentional backface culling +-------------------------------------------------------------------------------- #### [GLM 0.9.7.4](https://github.com/g-truc/glm/releases/tag/0.9.7.4) - 2016-03-19 ##### Fixes: - Fixed asinh and atanh warning with C++98 STL #484 @@ -132,6 +135,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Fixed missing GLM_PLATFORM_CYGWIN declaration #495 - Fixed various undefined reference errors #490 +-------------------------------------------------------------------------------- #### [GLM 0.9.7.3](https://github.com/g-truc/glm/releases/tag/0.9.7.3) - 2016-02-21 ##### Improvements: - Added AVX512 detection @@ -142,6 +146,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Fixed Clang build on Windows #479 - Fixed 64 bits constants warnings on GCC #463 +-------------------------------------------------------------------------------- #### [GLM 0.9.7.2](https://github.com/g-truc/glm/releases/tag/0.9.7.2) - 2016-01-03 ##### Fixes: - Fixed GTC_round floorMultiple/ceilMultiple #412 @@ -155,6 +160,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Fixed missing unary + operator #435 - Fixed Cygwin build errors when using C++11 #405 +-------------------------------------------------------------------------------- #### [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 @@ -171,6 +177,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Fixed builtin bitscan never being used #392 - Removed unused func_noise.* files #398 +-------------------------------------------------------------------------------- #### [GLM 0.9.7.0](https://github.com/g-truc/glm/releases/tag/0.9.7.0) - 2015-08-02 ##### Features: - Added GTC_color_space: convertLinearToSRGB and convertSRGBToLinear functions