Add version 1.0.3 changelog

This commit is contained in:
Christophe
2025-12-31 14:05:53 +01:00
parent b0e55baf64
commit 8d1fd52e5a

View File

@@ -105,11 +105,16 @@ target_link_libraries(main PRIVATE glm::glm)
## Release notes
### [GLM 1.0.3](https://github.com/g-truc/glm/1.0) - 2025-XX-XX
### [GLM 1.0.3](https://github.com/g-truc/glm/1.0) - 2025-12-31
#### Features:
- Implemented reflection matrix calculation #1370
#### Fixes:
- Fixed Quaternion `rotate` direction (reverted)
- Fixed vec4 to vec3 conversion #1398
- Fixed vec3 operator-
- Fixed swizzle compatibility with GLM_FORCE_SIZE_T_LENGTH
### [GLM 1.0.2](https://github.com/g-truc/glm/releases/tag/1.0.2) - 2025-10-15