From ca5bfd67fc1420558b488d67d17d109d66196bcc Mon Sep 17 00:00:00 2001 From: Luke Cotter <4013877+lukecotter@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:07:10 +0000 Subject: [PATCH] docs: fix changelog missing issue link --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2148fb0d..a69079f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 18 curated timeline themes plus the default theme has been improved for better contrast and readability. - Add your own multiple custom themes via **Settings -> Apex Log Analyzer -> Timeline -> Custom Themes**. - Fast theme switching via **Command Palette**: **Log: Timeline Theme** or **Settings -> Apex Log Analyzer -> Timeline -> Active Theme**. - - **Keyboard and Mouse Navigation**: Comprehensive interaction controls for the timeline. ([#573] [#366] [#353] [#296] [#295]) + - **Keyboard and Mouse Navigation**: Comprehensive interaction controls for the timeline. ([#573] [#366] [#353] [#296] [#295] [#535]) - **View Control**: - **Zoom**: Scroll wheel (mouse-anchored), or `W`/`S`/`+`/`-` keys. - **Horizontal Pan**: `Alt/Option+Scroll`, trackpad swipe, `A`/`D` keys, or click and drag. @@ -441,6 +441,7 @@ Skipped due to adopting odd numbering for pre releases and even number for relea +[#535]: https://github.com/certinia/debug-log-analyzer/issues/535 [#295]: https://github.com/certinia/debug-log-analyzer/issues/295 [#296]: https://github.com/certinia/debug-log-analyzer/issues/296 [#353]: https://github.com/certinia/debug-log-analyzer/issues/353