diff --git a/CHANGELOG.md b/CHANGELOG.md index 66952c708..a2aad4fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Print stacktrace with *cpptrace* on calls to CUBOS_FAIL (#1172, **@RiscadoA**). - Orthographic Camera component (#1182, **@mkuritsu**). - Importer plugin (#1299, **@Scarface1809**). +- Cascaded shadow maps (#1187, **@tomas7770**). ### Changed @@ -32,6 +33,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