Update CHANGELOG with information on opening file read only

R=lrn@google.com
BUG=

Review URL: https://codereview.chromium.org//1217093004.
This commit is contained in:
Søren Gjesse 2015-07-03 14:52:40 +02:00
parent dbd197acdd
commit 6aeb934e3c

View file

@ -8,6 +8,11 @@
`setInnerHtml` or other methods that create DOM from text. It is
also more efficient, skipping the creation of a `DocumentFragment`.
* `dart:io`
* Added two new file modes, `WRITE_ONLY` and `WRITE_ONLY_APPEND` for
opening a file write only.
[eaeecf2](https://github.com/dart-lang/sdk/commit/eaeecf2ed13ba6c7fbfd653c3c592974a7120960)
### Tool changes
* Pub