Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 2a3e21b8f7cc2724e4c27951d82cd2e178d1c418..aa374e37b3eb04a4e3e8fe586b189ea92eb08da8 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -48,16 +48,14 @@ |
| * `pub get` and `pub upgrade` properly produce an error message and exit code |
| when no network is present. |
| - * Bug fixes for dartdevc support in `pub serve`. |
| - |
| - * Fixed module config invalidation logic so modules are properly |
| - recalculated when package layout changes. |
| - * Fixed exception when handling require.js errors that aren't script load |
| - errors. |
| - * Fixed an issue where requesting the bootstrap.js file before the dart.js |
| - file would result in a 404. |
| - * Fixed a Safari issue during bootstrapping (note that Safari is still not |
| - officially supported but does work for trivial examples). |
| + * `pub serve` now waits for file watcher events to stabilize before scheduling |
| + new builds. This helps specifically with `safe-write` features in editors, |
| + as well as other situations such as `save all` which cause many fast edits. |
| + * This is configurable with the `--build-delay` argument which defaults to |
|
nweiz
2017/07/06 20:51:26
Nit: I'd just make this another paragraph in the e
jakemac
2017/07/06 21:14:08
Done.
|
| + 50 (milliseconds). |
| + |
| + * Removed require.js module loading timeout for dartdevc, which resolves an |
| + issue where the initial load of an app might give a timeout error. |
| ## 1.24.2 - 22-06-2017 |