christophe 5 lat temu
rodzic
commit
ecca935580
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      readme.md

+ 6 - 1
readme.md

@@ -53,7 +53,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
 
 ## Release notes
 
-### [GLM 0.9.9.8](https://github.com/g-truc/glm/releases/tag/0.9.9.8) - 2020-0X-XX
+### [GLM 0.9.9.8](https://github.com/g-truc/glm/releases/tag/0.9.9.8) - 2020-04-12
 #### Features:
 - Added GLM_EXT_vector_intX* and GLM_EXT_vector_uintX* extensions
 - Added GLM_EXT_matrix_intX* and GLM_EXT_matrix_uintX* extensions
@@ -61,6 +61,11 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
 #### Improvements:
 - Added clamp, repeat, mirrorClamp and mirrorRepeat function to GLM_EXT_scalar_commond and GLM_EXT_vector_commond extensions with tests
 
+#### Fixes:
+- Fixed unnecessary warnings from matrix_projection.inl #995
+- Fixed quaternion slerp overload which interpolates with extra spins #996
+- Fixed for glm::length using arch64 #992
+
 ### [GLM 0.9.9.7](https://github.com/g-truc/glm/releases/tag/0.9.9.7) - 2020-01-05
 #### Improvements:
 - Improved Neon support with more functions optimized #950