We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f537c commit 7dcd2baCopy full SHA for 7dcd2ba
CHANGELOG.md
@@ -24,6 +24,10 @@
24
25
#### `dart:io`
26
27
+- **Breaking Change** [#47653](https://github.com/dart-lang/sdk/issues/47653):
28
+On Windows, `Directory.rename` will no longer delete a directory if
29
+`newPath` specifies one. Instead, a `FileSystemException` will be thrown.
30
+
31
- **Breaking Change** [#47769](https://github.com/dart-lang/sdk/issues/47769):
32
The `Platform.packageRoot` API has been removed. It had been marked deprecated
33
in 2018, as it doesn't work with any Dart 2.x release.
0 commit comments