From 05d2db4925abd062f18b0b8e8cb3c0f3170af342 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 9 Mar 2026 15:59:42 -0500 Subject: [PATCH] docs: update CHANGELOG.txt with navigation fix --- CHANGELOG.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c200ed22..37b3c0ac 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,10 @@ +2026-03-09 +fix: add navigation and footer to changelog page + - Wrapped ChangelogLive content in Layouts.authenticated component + - /changelog now includes standard navigation header and footer + - Matches layout of other authenticated pages + - Files: lib/towerops_web/live/changelog_live.ex + 2026-03-09 feat: add ErrorTrackerNotifier for email alerts on exceptions - Added error_tracker_notifier dependency (~> 0.2)