From 266ccea1b8e194acf234bdc5c861387ee70a3a2e Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Tue, 5 Mar 2024 07:43:28 +1000 Subject: [PATCH] Add Changelog for #11660 (6.0.2) # Conflicts: # CHANGELOG.txt # docs/releases/6.1.md --- CHANGELOG.txt | 2 ++ docs/releases/6.0.2.md | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0f84e33e0e..7a4075df3e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,8 @@ Changelog ~~~~~~~~~~~~~~~~~~ * Fix: Ensure that modal tabs width are not impacted by side panel opening (LB (Ben) Johnston) + * Fix: Resolve issue local development of docs when running `make livehtml` (Sage Abdullah) + * Docs: Update Sphinx theme to `6.3.0` with a fix for the missing favicon (Sage Abdullah) 6.0.1 (15.02.2024) diff --git a/docs/releases/6.0.2.md b/docs/releases/6.0.2.md index 7926c497fc..1da2b8ecf3 100644 --- a/docs/releases/6.0.2.md +++ b/docs/releases/6.0.2.md @@ -14,3 +14,10 @@ depth: 1 ### Bug fixes * Ensure that modal tabs width are not impacted by side panel opening (LB (Ben) Johnston) + * Resolve issue local development of docs when running `make livehtml` (Sage Abdullah) + + +### Documentation + + * Update Sphinx theme to `6.3.0` with a fix for the missing favicon (Sage Abdullah) +