From 61a62ec3bfcf4cec97dd4a4ff07f8c2430875d08 Mon Sep 17 00:00:00 2001 From: Adam Kewley Date: Tue, 3 Sep 2024 15:46:46 +0200 Subject: [PATCH] Add 0.5.14 section to CHANGELOG.md (#913) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efe30a43b9..bda20433c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Upcoming Release] +## [0.5.14] - 2024/09/04 + - The `Navigator` panel in the model editor now automatically scrolls to the selected component when selecting the component via some other panel (e.g. a 3D viewer, reported by @mrrezaie, #908)