diff options
author | Alexander Early <aearly@fluid.com> | 2015-06-01 11:48:06 -0700 |
---|---|---|
committer | Alexander Early <aearly@fluid.com> | 2015-06-01 11:48:06 -0700 |
commit | e2c5d6e2365111c041e97320f3714bdce6c39034 (patch) | |
tree | f4fda14bd5e8637207a206baa6f4cdf8e0041eb8 /CHANGELOG.md | |
parent | d088251e56cd1a4aeb87d93aa5199d682eca69ee (diff) | |
download | async-e2c5d6e2365111c041e97320f3714bdce6c39034.tar.gz |
fix typo in changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ece1f61..f9b1e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ New Features: - Added `ensureAsync` - A wrapper that ensures an async function calls its callback on a later tick. (#769) - Optimized `map`, `eachOf`, and `waterfall` families of functions - Passing a `null` or `undefined` array to `map`, `each`, `parallel` and families will be treated as an empty array (#667). -- The callback is not optional for the composed results of `compose` and `seq`. (#618) +- The callback is now optional for the composed results of `compose` and `seq`. (#618) - Reduced file size by 4kb, (minified version by 1kb) - Added code coverage through `nyc` and `coveralls` (#768) |