| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 2a3e21b8f7cc2724e4c27951d82cd2e178d1c418..88366b6af82c9edd3e7bfc4fdf87123758bceb2a 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -48,16 +48,16 @@
|
| * `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.
|
| +
|
| + * Added the `--build-delay` argument to `pub serve` which sets the amount of
|
| + time (in ms) to wait between file watcher events before scheduling a build.
|
| + Defaults to 50.
|
| +
|
| + * 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
|
|
|
|
|