Skip to content

Commit 7db56ed

Browse files
committed
docs(changelog): drop reporter credit
1 parent 2776286 commit 7db56ed

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ new **Team Editor** role and restructures the admin URLs for consistency.
126126
validation, translate API error surfacing, relative export URLs.
127127
- **Team Editors couldn't create saved queries or manage collections.**
128128
The frontend gates predated the Editor role; both layers now agree.
129-
Reported by @aswathsachin.
130129
([#94](https://github.com/mr-karan/logchef/pull/94))
131130
- **Team admins were locked out of `/admin/teams`** after the admin URL
132131
restructure put `requiresAdmin: true` on the `/admin` parent. Per-route

docs/src/pages/changelog.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
152152
Fixed
153153
</div>
154154
<ul class="change-list">
155-
<li><strong>Editors couldn't save queries or manage collections</strong> &mdash; the gates predated the new role. Reported by <a href="https://github.com/aswathsachin" target="_blank">@aswathsachin</a>. (<a href="https://github.com/mr-karan/logchef/pull/94" target="_blank">#94</a>)</li>
155+
<li><strong>Editors couldn't save queries or manage collections</strong> &mdash; the gates predated the new role. (<a href="https://github.com/mr-karan/logchef/pull/94" target="_blank">#94</a>)</li>
156156
<li><strong>Team admins couldn't reach the Teams page.</strong> Restored access without giving up the global-admin gate on the rest of the admin pages.</li>
157157
<li><strong>Opening a shared saved query</strong> no longer flashes the wrong source while the page hydrates.</li>
158158
<li><strong>Loading a query via direct link</strong> no longer leaves a stuck spinner when you reuse the same URL.</li>

0 commit comments

Comments
 (0)