From 0ddfeeadacd795a2af39cd1d54cc5418988133b5 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Thu, 15 Jun 2017 18:00:15 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 7 +++++++ Carla.uplugin | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a850e7d2..a89679f54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## CARLA 0.4.3 + + * Fixed issue with reward, intersect other lane wasn't sent to the client + * Improvements to the AI of other vehicles, and how they detect pedestrians + * Improvements to the AI of the pedestrians, trying to avoid slightly better the cars + * Made roads collision channel WorldStatic + ## CARLA 0.4.2 * Fixed issues with the server-client protocol diff --git a/Carla.uplugin b/Carla.uplugin index b19aa16cf..c7dfe0cd2 100644 --- a/Carla.uplugin +++ b/Carla.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.4.2", + "VersionName": "0.4.3", "FriendlyName": "CARLA", "Description": "", "Category": "Science",