From 6901880a2faf28b7e184f5651cdd01a42900d841 Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Wed, 28 Jan 2026 00:57:30 +0000 Subject: [PATCH] Update CHANGELOG with access management team display feature --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d33df..8839669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Teams navigation link in header (authenticated users only) - Updated seed data to create a "Demo Team" and assign all seed projects to it - Added TypeScript types and API client functions for teams +- Access management now shows team-based permissions alongside explicit permissions + - Team-based access displayed as read-only with "Source" column indicating origin + - Team members with access show team slug and role - Added integration tests for team CRUD, membership, and project operations - Added unit tests for TeamAuthorizationService - Added `ORCHARD_ADMIN_PASSWORD` environment variable to configure initial admin password (#87)