Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: CHANGELOG.md

Issue 2050413002: Adds blocking file locks. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update docs and CHANGELOG Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/file.h » ('j') | sdk/lib/io/file.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6496829710869b25b7f64a4320391f7e4466a11..8f44d60e4aec1a9238324dc2a8c0734cf25c422d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 1.18.0
+
+### Core library changes
+
+* `dart:io`
+ * Adds file locking modes `FileLock.BLOCKING_SHARED` and
+ `FileLock.BLOCKING_EXCLUSIVE`.
+
## 1.17.1 - 2016-06-10
Patch release, resolves two issues:
« no previous file with comments | « no previous file | runtime/bin/file.h » ('j') | sdk/lib/io/file.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698