From c8641a52a30bec1e617bc52aa212694c2d786d51 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Fri, 13 Dec 2024 21:03:18 +0100 Subject: [PATCH] Prepare for 3.15.2 (#2700) Signed-off-by: Addisu Z. Taddese --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 901331a512..4dd5c8d4b9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ ## Gazebo Sim 3.x +### Gazebo Sim 3.15.2 (2024-12-12) + +1. Fix bug where iterator was used after the underlying item was erased from the container + * [Pull request #2412](https://github.com/gazebosim/gz-sim/pull/2412) + +1. Setup rendering environment before cmake runs + * [Pull request #1965](https://github.com/gazebosim/gz-sim/pull/1965) + ### Gazebo Sim 3.15.1 (2024-01-05) 1. Update github action workflows