summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-03-23 13:41:15 -0700
committerAlexander Early <alexander.early@gmail.com>2016-03-23 13:41:15 -0700
commitee68eebe6bf809a1c14f43c8c719ba7227444765 (patch)
tree131230a8d5a9926f80bff026430607feb0c2ffad /CHANGELOG.md
parentd77d332dc72d20bcf48a4dfc25cd702eeefe78eb (diff)
downloadasync-ee68eebe6bf809a1c14f43c8c719ba7227444765.tar.gz
upate changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56ccb4a..442731f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,7 @@ Another theme is performance. We have eliminated internal deferrals in all case
- `filter`, `reject`, `some`, `every`, and related functions now expect an error as the first callback argument, rather than just a simple boolean. Pass `null` as the first argument, or use `fs.access` instead of `fs.exists`. (#118, #774, #1028, #1041)
- `{METHOD}` and `{METHOD}Series` are now implemented in terms of `{METHOD}Limit`. This is a major internal simplification, and is not expected to cause many problems, but it does subtly affect how functions execute internally. (#778, #847)
- `retry`'s callback is now optional. Previously, omitting the callback would partially apply the function, meaning it could be passed directly as a task to `series` or `auto`. The partially applied "control-flow" behavior has been separated out into `retryable`.
+- The timing of the `q.saturated()` callback in a `queue` has been modified to better reflect when tasks pushed to the queue will start queueing. (#724, #1078)
## Other