diff --git a/README.md b/README.md
index c9d92c0..bebbcbe 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ you have the latest version
- **[major change]** by starting v0.4.0, quaternions are stored as [x, y, z, w], it was [w, x, y, z] in v0.3.5 and earlier versions
- **[api rename]** by starting v0.4.5, **glm_simd** functions are renamed to **glmm_**
- **[new option]** by starting v0.4.5, you can disable alignment requirement, check options in docs.
+- **[major change]** by starting v0.5.0, vec3 functions uses **glm_vec3_** namespace, it was **glm_vec_** until v0.5.0
#### Note for C++ developers:
If you don't aware about original GLM library yet, you may also want to look at:
@@ -81,6 +82,7 @@ Currently *cglm* uses default clip space configuration (-1, 1) for camera functi
- frustum (extract view frustum planes, corners...)
- bounding box (AABB in Frustum (culling), crop, merge...)
- project, unproject
+- and other...
@@ -122,39 +124,6 @@ glm_mul(T, R, modelMat);
glm_inv_tr(modelMat);
```
-## Contributors
-
-This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
-
-
-
-## Backers
-
-Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/cglm#backer)]
-
-
-
-
-## Sponsors
-
-Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/cglm#sponsor)]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## License
-MIT. check the LICENSE file
-
## Build
### Unix (Autotools)
@@ -284,3 +253,35 @@ You can pass same way to another APIs e.g. Vulkan, DX...
- [ ] Unaligned operations (e.g. `glm_umat4_mul`)
- [x] Extra documentation
- [ ] ARM Neon Arch (In Progress)
+
+
+## Contributors
+
+This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
+
+
+
+## Backers
+
+Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/cglm#backer)]
+
+
+
+
+## Sponsors
+
+Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/cglm#sponsor)]
+
+
+
+
+
+
+
+
+
+
+
+
+## License
+MIT. check the LICENSE file