Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/footer-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>{{ section.heading }}</h2>
<a class="font-body-2xs" href="https://status.login.gov">Login.gov system status</a>
</div>
<div class="release-notes">
<a class="font-body-2xs" href="/release-notes/">Partner Portal Release Notes</a>
<a class="font-body-2xs" href="{{ site.baseurl }}/release-notes/">Partner Portal Release Notes</a>
</div>
</div>
</div>
11 changes: 11 additions & 0 deletions _pages/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ title: Release Notes

<dl class="usa-accordion usa-accordion--bordered">

{% include accordion.html id="track-2026-07-29"
accordion_id="user-key-2026-07-29"
title="2026-07-29"
content="

### Bug Fixes
* Revert changes introduced in c0eca546ba89213f6860cb486e54706743a13d2a
* Add X-padding to Tabs on ≥ Tablet size
* Align Disk and S3 sources and replace non-existent method call"
%}

{% include accordion.html id="track-2026-07-22"
accordion_id="user-key-2026-07-22"
title="2026-07-22"
Expand Down
Loading