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

Unified Diff: CHANGELOG.md

Issue 1228703007: Fix a race condition in file watcher. (Closed) Base URL: git@github.com:dart-lang/watcher@master
Patch Set: Created 5 years, 5 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 | lib/src/file_watcher/native.dart » ('j') | lib/src/file_watcher/polling.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 4ff6cfaf65003fcda543be833bf17a3100b53d2d..30762a0342e86e3607f5af1b802ce76723267848 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.9.7
+
+* Fix a bug in `FileWatcher` where events could be added after watchers were
+ closed.
+
# 0.9.6
* Add a `Watcher` interface that encompasses watching both files and
« no previous file with comments | « no previous file | lib/src/file_watcher/native.dart » ('j') | lib/src/file_watcher/polling.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698