From 4d5de67848e40f2b8d8846fc752557ab213075b1 Mon Sep 17 00:00:00 2001 From: Dean Brettle Date: Sat, 19 Oct 2024 17:33:19 -0700 Subject: [PATCH] Add changelog entry. --- docs/reference/changelog-r2024.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/changelog-r2024.md b/docs/reference/changelog-r2024.md index 16c867eb9bc..197b71dab2d 100644 --- a/docs/reference/changelog-r2024.md +++ b/docs/reference/changelog-r2024.md @@ -29,3 +29,4 @@ Released on December **th, 2023. - Fixed crash on macos when closing Webots under some circumstances ([#6635](https://github.com/cyberbotics/webots/pull/6635)). - Fixed error on macos when when putting displays and cameras in separate windows ([#6635](https://github.com/cyberbotics/webots/pull/6635)). - Fixed crash when `wb_supervisor_field_get_name` was called with NULL ([#6647](https://github.com/cyberbotics/webots/pull/6647)). + - Fixed bug where the wrong y coordinate was used for one corner of the box drawn to represent a box-plane collision ([#6669](https://github.com/cyberbotics/webots/pull/6669)).