From df4bc165be5de6c2190b866c05fdfcc69ca3e5dd Mon Sep 17 00:00:00 2001 From: florianvazelle Date: Sun, 11 Feb 2024 12:10:29 +0100 Subject: [PATCH] chore: add changelog entries --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a9783..b897092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,15 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] ### Added +- Add a podium at the end of the race ([#50](https://github.com/MechanicalFlower/Marble/pull/50)) ### Changed - Downgrade rendering settings of Godot ([#49](https://github.com/MechanicalFlower/Marble/pull/49)) - Refactor boost to define multiple power types ([#48](https://github.com/MechanicalFlower/Marble/pull/48)) +- Refactor the out of bound detection ([#50](https://github.com/MechanicalFlower/Marble/pull/50)) ### Deprecated ### Removed ### Fixed +- Update marble collision mask at each race ([#50](https://github.com/MechanicalFlower/Marble/pull/50)) ### Security ### Dependencies