summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-05-31 15:46:44 -0700
committerAlexander Early <alexander.early@gmail.com>2016-05-31 15:46:44 -0700
commit587ee1ea2e1fee83fa813500f03ce08b40582fa7 (patch)
tree3d6d4cac2af581361dc7508233ad04a1831c5269
parentf0ca1f71742d7478799b9e4dd268bd74e373eb2f (diff)
downloadasync-587ee1ea2e1fee83fa813500f03ce08b40582fa7.tar.gz
update changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79d27d5..43f16d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -46,6 +46,7 @@ Another theme is performance. We have eliminated internal deferrals in all cases
- `{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`. (#1054, #1058)
- 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)
+- Dropped support for Component, Jam, SPM, and Volo (#1175, ##176)
## Other