mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Updates CHANGELOG.md for windows console unicode
related #28571 R=fschneider@google.com Review-Url: https://codereview.chromium.org/2709323002 .
This commit is contained in:
parent
fce2935ef5
commit
feb64964cc
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@
|
|||
`File.setLastModified`, `File.setLastModifiedSync`, `File.setLastAccessed`,
|
||||
and `File.setLastAccessedSync`.
|
||||
|
||||
### Dart VM
|
||||
* Calls to `print()` and `Stdout.write*()` now correctly print unicode
|
||||
characters to the console on Windows. Calls to `Stdout.add*()` behave as
|
||||
before.
|
||||
|
||||
## 1.22.0
|
||||
|
||||
### Language
|
||||
|
|
Loading…
Reference in a new issue