From 4ab06d588c4db8fd53146a35c7855a8a68c65b8a Mon Sep 17 00:00:00 2001 From: Omar Alam Date: Sun, 17 Sep 2023 01:13:18 -0400 Subject: [PATCH] Add change message to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca95c8134..d82abeca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Latest + * Added build support for VS2022 and Ninja for LibCarla and osm2odr on Windows * Fixed bug causing the TM's unstuck logic to incorrectly remove the vehicles in some situations. * Fixed the extra data in Directx textures, so we need to copy row by row on Windows to remove extra bytes on images * Fixed sensors to check for the stream to be ready (race condition)