From 5f13662e52b928eece5ee79c3b21f279bac658ce Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 22 Mar 2026 09:26:15 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8ce9851..46beae7ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the language localization for Polish (`pl`) - Upgraded `@trivago/prettier-plugin-sort-imports` from version `5.2.2` to `6.0.2` +### Fixed + +- Fixed an issue by adding a missing guard in the public access for portfolio sharing + ## 2.250.0 - 2026-03-17 ### Added @@ -36,10 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed an issue with the detection of the thousand separator for the `de-CH` locale - Fixed an issue in the _Storybook_ stories of the symbol autocomplete component caused by a circular dependency -### Fixed - -- Fixed an issue by adding a missing guard in the public access for portfolio sharing - ## 2.249.0 - 2026-03-10 ### Added