From 192356459b825ef1d42ce808de6fbe71c3f09746 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f48e674..03c54a0e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial application debugging through Tesseratos (#1303, **@RiscadoA**). - Print stacktrace with *cpptrace* on calls to CUBOS_FAIL (#1172, **@RiscadoA**). - Orthographic Camera component (#1182, **@mkuritsu**). +- Cascaded shadow maps (#1187, **@tomas7770**). ### Changed @@ -30,6 +31,7 @@ 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**). ## [v0.3.0] - 2024-08-02