summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2015-05-31 20:44:02 -0700
committerAlexander Early <aearly@fluid.com>2015-05-31 20:44:02 -0700
commit5244f77ad8d7c539f450fc77fc550288780ec323 (patch)
treef8db321688368a461f1d0b3ca881b07948f35c48 /CHANGELOG.md
parent32b4ce66880d0fae5d26e7d144e1c204ec1e4a57 (diff)
downloadasync-5244f77ad8d7c539f450fc77fc550288780ec323.tar.gz
added check to queue.push(). Fixes #593
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 eabdf28..f6960bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ Bug Fixes:
- Ensure proper conditions when calling `drain()` after pushing an empty data set to a queue (#668)
- `each` and family will properly handle an empty array (#578)
- `eachSeries` and family will finish if the underlying array is modified during execution (#557)
+- `queue` will throw if a non-function is passed to `q.push()` (#593)
- Doc fixes (#766)