diff --git a/Changelog.md b/Changelog.md index e660681..e0f92a4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.