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)