From 9894f10dc57f17d422203094e2802653ddf1041f Mon Sep 17 00:00:00 2001 From: Wouter Jansen Date: Mon, 15 Jul 2024 15:47:04 +0200 Subject: [PATCH] Added version to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a845c26..769a9b481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### June 2024 +### June 2024 (Version 3.0) * Updated to be compatible with Unreal 5.4.2. * Note that 5.4.2 requires _r.DetailMode 2_ console command or scalability settings to be set to Epic to avoid issues with rendering the RGB scene camera sensor. More info [here]((docs/unreal_custenv.md#unreal-5354-scene-camera-bug)). * Disabled treating warnings as errors on Windows to avoid build issues.