From 24e07a31f26635e3ed5fbede2fffab9c642777ae Mon Sep 17 00:00:00 2001 From: Guillermo Date: Tue, 12 Jul 2022 09:44:16 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a382fe56..fb1e523be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Latest + * Some of the warnings shown when building a map will now only be showing when debugging. * Fixed bug causing traffic signals at the end points of a road to sometimes create malformed waypoints. * Added the speed limits for 100, 110 and 120 Km/h. * Fixed bug at `Vehicle.get_traffic_light_state()` and `Vehicle.is_at_traffic_light()` causing vehicles to temporarily not lose the information of a traffic light if they moved away from it before it turned green.