From 4fd68f7894c2f34264dfa3c3cf839352e32216d2 Mon Sep 17 00:00:00 2001 From: doterop Date: Wed, 14 Oct 2020 16:02:27 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f6a8f891..330261ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## Latest - * Added `get_environment_objects`call to get all placed objects at the start of the level + * Added `get_environment_objects`call to get all the placed objects in the level * Added `enable_environment_objects`call to enable/disable objects of the level * Added fully deterministic option for Traffic Manager, sorting vehicles by ID and avoiding race conditions. * Fixed RSSSensor python3 build and import of open drive maps by updating to ad-rss v4.2.0 and ad-map-access v2.3.0. Python import of dependent 'ad' python modules reflects now the namespaces of the C++ interface and follow doxygen documentation.