From 6a920c203129cbe384ccefbd6d93a9b4bfa604a9 Mon Sep 17 00:00:00 2001 From: mozammal-hossain Date: Sat, 28 Mar 2026 05:38:21 +0600 Subject: [PATCH] Add CHANGELOG.md to document notable changes --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..3bb4049a4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +Notable changes to the samples in this repository are listed here. + +## [Unreleased] + +### compass_app + +* Scope `LogoutViewModel` to the home route so it is not recreated on every + `HomeHeader` rebuild ([#2604](https://github.com/flutter/samples/issues/2604)).