소스 검색

Updated release note

Christophe Riccio 7 년 전
부모
커밋
4daf7df078
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      readme.md

+ 4 - 0
readme.md

@@ -51,6 +51,10 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
 
 ## Release notes
 
+#### [GLM 0.9.8.6](https://github.com/g-truc/glm/tree/0.9.8)
+##### Fixes:
+- Fixed GCC 7.3 build error #751
+
 #### [GLM 0.9.8.5](https://github.com/g-truc/glm/releases/tag/0.9.8.5) - 2017-08-16
 ##### Features:
 - Added Conan package support #647