From 14f2edb906b6a5ab46face9094151ac75bccb8f3 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Wed, 4 Feb 2026 12:03:28 -0800 Subject: [PATCH] add CHANGELOG entry for Dart 3.10.9 b/480851924 Change-Id: I99f30ee63c8645a1df969c9cd2dbc9c04d9f1582 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/477942 Auto-Submit: Samuel Rawlins Reviewed-by: Ryan Macnak Commit-Queue: Ryan Macnak --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4eb44f04dd..511b4099346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -107,6 +107,17 @@ There are no language changes in this release. by the current projects pubspec.lock. For the old behavior of repairing all packages use the `--all` flag. +## 3.10.9 + +**Released on:** 2026-02-03 + +This is a patch release that: + +- Fixes a bug that allowed users to access private declarations in other + libraries with dot shorthands. (issue [dart-lang/sdk#62504]) + +[dart-lang/sdk#62504]: https://github.com/dart-lang/sdk/issues/62504 + ## 3.10.8 **Released on:** 2026-01-27