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 <srawlins@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Sam Rawlins
2026-02-04 12:03:28 -08:00
committed by Commit Queue
parent e8ae183bde
commit 14f2edb906
+11
View File
@@ -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