| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index d8680e1bbafff240f1a6d81b5adfa011cf144b97..016cfc6aafef344d689e5b6a190fb777095ae63f 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,3 +1,10 @@
|
| +## 1.25.0
|
| +
|
| +### Core library changes
|
| +
|
| +* `dart:async`, `dart:io`
|
| + * Adding to a closed sink, including `IOSink`, now throws.
|
| +
|
| ## 1.24.0
|
|
|
| ### Language
|
| @@ -39,7 +46,6 @@ entirely to allow inference to fill in the type.
|
| 1.24, violations are only reported (on stdout or stderr), but a future
|
| version of the Dart SDK will change this to throwing a `StateError`.
|
|
|
| -
|
| ### Dart VM
|
|
|
| ### Tool Changes
|
|
|