Add a breaking change note for #49045

Bug: https://github.com/dart-lang/sdk/issues/49045
Change-Id: I9ac976545c0505a20a90f12333a424d0ed8cf96f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247820
Commit-Queue: Brian Quinlan <bquinlan@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
This commit is contained in:
Brian Quinlan 2022-06-09 19:28:25 +00:00 committed by Commit Bot
parent a3d8800c9d
commit d32a274c90

View file

@ -56,6 +56,10 @@ them, you must set the lower bound on the SDK constraint for your package to
#### `dart:io`
- **Breaking Change** [#49045](https://github.com/dart-lang/sdk/issues/49045):
The `uri` property of `RedirectException` in `dart:io` has been changed to
be nullable. Programs must be updated to handle the `null` case.
- **Breaking Change** [#34218](https://github.com/dart-lang/sdk/issues/34218):
Constants in `dart:io`'s networking APIs following the `SCREAMING_CAPS`
convention have been removed (they were previously deprecated). Please use