From f6a16cf752c7c1a52563f598d592fcc4d55f63a4 Mon Sep 17 00:00:00 2001 From: Bruno D'Luka Date: Fri, 5 Jan 2024 11:13:01 -0300 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1ab5e24a..ce8913de3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ ## 4.8.4 -* feat: added Croatian localization support +* feat: Added Croatian localization support ([#1004](https://github.com/bdlukaa/fluent_ui/pull/1004)) +* feat: Added Vietnamese localization support ([#1005](https://github.com/bdlukaa/fluent_ui/pull/1005)) ## 4.8.3 +* fix: Offer a more clear exception info in `PaneItemExpander` ([#990]https://github.com/bdlukaa/fluent_ui/pull/990) * fix: `ScaffoldPage.padding` is correctly applied ([#986](https://github.com/bdlukaa/fluent_ui/issues/986)) * fix: `SliderThemeData.labelForegroundColor` is correctly applied ([#1000](https://github.com/bdlukaa/fluent_ui/issues/1000)) * feat: `NavigationView.onDisplayModeChanged` ([#998](https://github.com/bdlukaa/fluent_ui/issues/998))