From ff43e7c4d63325317294b15a0b2af219805665da Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 30 Apr 2024 14:03:26 +0900 Subject: [PATCH] Update Changelog.md --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index db75876..8309ce9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,10 @@ Add collision detection with Spheres. Add some more vector/matrix math stuff. +Replace Mat3 with Mat4. + +Replace xyz-axis rotation floats in GenericBox with Mat4. + ## Version 1.0.0 First version of this library.