From 028456b32887f9860cb07e92fe0209ba6c7e363e Mon Sep 17 00:00:00 2001 From: nfebe Date: Sun, 20 Sep 2026 11:19:12 +0100 Subject: [PATCH] chore: Sync main with dev Releases 1.2.0. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ffddde..cb99ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.0] - 2026-09-20 + +### Fixed +- Role lookups now compare the polymorphic `context_type` against the model's morph class instead of the configured class name, so a host whose subclass keeps the name already stored, or that registers a morph map, no longer sees empty workspace and member lists +- Member lookups match the user side on the name their role assignment was stored under, which a host mapping its user model had written as an alias + ## [1.1.1] - 2026-06-14 ### Fixed