From 91e2d5b46f3aa79caa961dd431cace16014515e4 Mon Sep 17 00:00:00 2001
From: Howard Miller <3620291+h-m-m@users.noreply.github.com>
Date: Wed, 5 Aug 2026 13:05:52 -0400
Subject: [PATCH 1/2] Release Notes for RC 2026-08-05
---
_pages/release-notes.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/_pages/release-notes.md b/_pages/release-notes.md
index b4217c59..5b7fa2c7 100644
--- a/_pages/release-notes.md
+++ b/_pages/release-notes.md
@@ -5,6 +5,15 @@ title: Release Notes
+{% include accordion.html id="track-2026-08-05"
+ accordion_id="user-key-2026-08-05"
+ title="2026-08-05"
+ content="
+### User-Facing Improvements
+* Switch charting library to Highcharts for better Accessibility
+"
+%}
+
{% include accordion.html id="track-2026-07-29"
accordion_id="user-key-2026-07-29"
title="2026-07-29"
From 537ad0a5c47b53c0b5f2c451d390842777e38a15 Mon Sep 17 00:00:00 2001
From: Howard Miller <3620291+h-m-m@users.noreply.github.com>
Date: Fri, 7 Aug 2026 11:55:01 -0400
Subject: [PATCH 2/2] Bump github action version
---
.github/workflows/test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2170558d..353e2c51 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
with:
cache: 'npm'
- name: Install NPM dependencies