🌐 AI搜索 & 代理 主页
Version 3.0.3

Change-Id: I95e4204041ea3bfe841c055e910e5997bf73e721
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/306641
Commit-Queue: Kevin Chisholm <kevinjchisholm@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2fe05b..4033e41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,30 @@
 ## 3.0.3
 
 This is a patch release that:
+
 - Fixes an AOT compiler crash when generating an implicit getter returning an unboxed record (issue [#52449]).
-- Fixes a situation in which variables appearing in multiple branches of an
-  or-pattern might be erroneously reported as being mismatched (issue [#52373]).
+- Fixes a situation in which variables appearing in multiple branches of an or-pattern might be erroneously reported as being mismatched (issue [#52373]).
 - Adds missing `interface` modifiers on the purely abstract classes
   `MultiStreamController`, `StreamConsumer`, `StreamIterator` and
   `StreamTransformer` ([#52334]).
+- Fixes an error during debugging when `InternetAddress.tryParse` is
+used (issue [#52423]).
+- Fixes a VM issue causing crashes on hot reload (issue [#126884]).
+- Improves linter support (issue [#4195]).
+- Fixes an issue in variable patterns preventing users from expressing
+  a pattern match using a variable or wildcard pattern with a nullable
+  record type (issue [#52439]).
+- Updates warnings and provide instructions for updating the Dart pub
+  cache on Windows (issue [#52386]).
 
 [#52373]: https://github.com/dart-lang/sdk/issues/52373
-[#52334]: https://dartbug.com/52334
+[#52334]: https://github.com/dart-lang/sdk/issues/52334
+[#52423]: https://github.com/dart-lang/sdk/issues/52423
+[#126884]: https://github.com/flutter/flutter/issues/126884
+[#4195]: https://github.com/dart-lang/linter/issues/4195
+[#52439]: https://github.com/dart-lang/sdk/issues/52439
+[#52449]: https://github.com/dart-lang/sdk/issues/52449
+[#52386]: https://github.com/dart-lang/sdk/issues/52386
 
 ## 3.0.2
 
diff --git a/tools/VERSION b/tools/VERSION
index 5b2df49..04f5a2b 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -26,6 +26,6 @@
 CHANNEL stable
 MAJOR 3
 MINOR 0
-PATCH 2
+PATCH 3
 PRERELEASE 0
 PRERELEASE_PATCH 0