| OLD | NEW |
| 1 # 0.9.7+4 |
| 2 |
| 3 * Declare support for `async` 2.0.0. |
| 4 |
| 1 # 0.9.7+3 | 5 # 0.9.7+3 |
| 2 | 6 |
| 3 * Fix a crashing bug on Linux. | 7 * Fix a crashing bug on Linux. |
| 4 | 8 |
| 5 # 0.9.7+2 | 9 # 0.9.7+2 |
| 6 | 10 |
| 7 * Narrow the constraint on `async` to reflect the APIs this package is actually | 11 * Narrow the constraint on `async` to reflect the APIs this package is actually |
| 8 using. | 12 using. |
| 9 | 13 |
| 10 # 0.9.7+1 | 14 # 0.9.7+1 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 * Treat add events for known files as modifications instead of discarding them | 39 * Treat add events for known files as modifications instead of discarding them |
| 36 on Mac OS. | 40 on Mac OS. |
| 37 | 41 |
| 38 # 0.9.3 | 42 # 0.9.3 |
| 39 | 43 |
| 40 * Improved support for Windows via `WindowsDirectoryWatcher`. | 44 * Improved support for Windows via `WindowsDirectoryWatcher`. |
| 41 | 45 |
| 42 * Simplified `PollingDirectoryWatcher`. | 46 * Simplified `PollingDirectoryWatcher`. |
| 43 | 47 |
| 44 * Fixed bugs in `MacOSDirectoryWatcher` | 48 * Fixed bugs in `MacOSDirectoryWatcher` |
| OLD | NEW |