From 2ac8c9d375b6c62d795530be931a27dfb611bbfb Mon Sep 17 00:00:00 2001 From: tomas7770 <77364520+tomas7770@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:13:22 +0100 Subject: [PATCH] docs: update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c540f5b..1316cbee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Orthographic Camera component (#1182, **@mkuritsu**). - Importer plugin (#1299, **@Scarface1809**). - Handle body rotation on penetration solving (#1272, **&fallenatlas**). +- Cascaded shadow maps (#1187, **@tomas7770**). ### Changed @@ -33,6 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Spot light angle mismatch between light and shadows (#1310, **@tomas7770**). - Spot shadows cause light range cutoff (#1312, **@tomas7770**). - Precision error in split screen size calculations (**@mkuritsu**). +- Incorrect loop condition in createTexture2DArray (**@tomas7770**). +- Use glTexImage3D instead of glTexStorage3D in createTexture2DArray (**@tomas7770**). ## [v0.3.0] - 2024-08-02