From 7ca1bd841f1b4729cd464d49301ff2604cc4f8ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 11 Jan 2026 00:20:29 +0000 Subject: [PATCH] docs: update changelog for 2026-01-11 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e184ed2..b4e7db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Role data disappearing after mutations by removing TanStack cache invalidations that overwrote correct data with stale responses (#374) +- Blank flash when creating role in canvas by reordering cache updates before node updates (#373) - Double border issue on chart nodes in team canvas (#349) - Chart node dimensions now preserved in public canvas preview (#347) - Dark mode shadow visibility by using pure black with higher opacity values (#344)