From 4070a4038e90fe592da669e4e0c5d9cf02efd127 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 7 May 2024 14:48:13 +0900 Subject: [PATCH] Fix Changelog.md Note breaking changes when 2.0.0 was introduced. --- Changelog.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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.