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

Side by Side Diff: CHANGELOG.md

Issue 1946803002: Narrow the constraint on async. (Closed) Base URL: git@github.com:dart-lang/watcher@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 0.9.7+2
2
3 * Narrow the constraint on `async` to reflect the APIs this package is actually
4 using.
5
1 # 0.9.7+1 6 # 0.9.7+1
2 7
3 * Fix all strong-mode warnings. 8 * Fix all strong-mode warnings.
4 9
5 # 0.9.7 10 # 0.9.7
6 11
7 * Fix a bug in `FileWatcher` where events could be added after watchers were 12 * Fix a bug in `FileWatcher` where events could be added after watchers were
8 closed. 13 closed.
9 14
10 # 0.9.6 15 # 0.9.6
(...skipping 15 matching lines...) Expand all
26 * Treat add events for known files as modifications instead of discarding them 31 * Treat add events for known files as modifications instead of discarding them
27 on Mac OS. 32 on Mac OS.
28 33
29 # 0.9.3 34 # 0.9.3
30 35
31 * Improved support for Windows via `WindowsDirectoryWatcher`. 36 * Improved support for Windows via `WindowsDirectoryWatcher`.
32 37
33 * Simplified `PollingDirectoryWatcher`. 38 * Simplified `PollingDirectoryWatcher`.
34 39
35 * Fixed bugs in `MacOSDirectoryWatcher` 40 * Fixed bugs in `MacOSDirectoryWatcher`
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698