Add link to breaking change

Closes https://github.com/dart-lang/sdk/pull/49979

GitOrigin-RevId: bc350b0cdf003d5765803213be3cf393009bd992
Change-Id: I09375c48824098d37402720de967f7c71666f044
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259507
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Marya 2022-09-21 09:49:30 +00:00 committed by Alexander Thomas
parent 281a8a5d2b
commit 871f36a4e9

View file

@ -37,6 +37,7 @@
garbage collected.
[#49635]: https://github.com/dart-lang/sdk/issues/49635
[#49878]: https://github.com/dart-lang/sdk/issues/49878
### Libraries
@ -81,11 +82,11 @@
#### `dart:io`
- **Breaking Change** [#49305](https://github.com/dart-lang/sdk/issues/49305):
- **Breaking change** [#49305](https://github.com/dart-lang/sdk/issues/49305):
Disallow negative or hexadecimal content-length headers.
- **Breaking change** [#49647][]: `File.create` now takes new optional
`exclusive` `bool` parameter, and when it is `true` the operation
will fail if target file already exists.
- **Breaking change** [#49647](https://github.com/dart-lang/sdk/issues/49647):
`File.create` now takes new optional `exclusive` `bool` parameter, and
when it is `true` the operation will fail if target file already exists.
#### `dart:isolate`