Fix Changelog.md

Note breaking changes when 2.0.0 was introduced.
This commit is contained in:
Stephen Seo 2024-05-07 14:48:13 +09:00
parent 4528053334
commit 4070a4038e

View file

@ -34,14 +34,18 @@ same center.
## Version 2.0.0
Add collision detection with Spheres.
Add some more vector/matrix math stuff.
### Breaking Changes
Replace Mat3 with Mat4.
Replace xyz-axis rotation floats in GenericBox with Mat4.
### Non-Breaking Changes
Add collision detection with Spheres.
Add some more vector/matrix math stuff.
## Version 1.0.0
First version of this library.