From fedd0bf15726c4fd56ec0af643f2e7b226341967 Mon Sep 17 00:00:00 2001 From: Diogo Miranda Date: Wed, 17 Jul 2024 13:27:19 +0100 Subject: [PATCH] docs: add entry to changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c315731d9..b22bc36aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Shadows plugin (#1185, **@tomas7770**). - Network Address class (#1211, **@roby2014**). - Image asset and UI Image component (#1270, **@DiogoMendonc-a**). -- Raycasting, collisions between rays and box/capsule colliders (#225 **@diogomsmiranda**). +- Raycasting, collisions between rays and box/capsule colliders (#225, **@diogomsmiranda**). +- Change speed of the debug-camera using Tab and LShift, positive and negative respectively (#1159, **@diogomsmiranda**) ### Changed