summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-03-17 10:16:25 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-03-17 10:16:25 -0400
commite273b6d4464ffbbeb2a0af1b410d2455e464f164 (patch)
tree0766ea1aacc8d195ce32ca48778befa9220e2afd
parentcc2dd1d42c507ae5b0997b83cdff2f7c5e815d0e (diff)
downloadasync-e273b6d4464ffbbeb2a0af1b410d2455e464f164.tar.gz
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9937ac4..4ccf7b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ Lots of changes here! The biggest feature is modularization. You can now `requi
We also provide Async as a collection of ES2015 modules. You can now `import each from 'async-es'` or `import waterfall from 'async-es/waterfall'`. If you are using only a few Async functions, and are using a ES bundler such as Rollup, this can significantly lower your build size.
-Major thanks to @Kikobeats and @megawac for doing the majority of the modularization work, as well as @jdalton and @Rich-Harris for advisory work on the general modularization strategy.
+Major thanks to [**@Kikobeats**](github.com/Kikobeats), [**@aearly**](github.com/aearly) and [**@aearly**](github.com/aearly) for doing the majority of the modularization work, as well as [**@jdalton**](github.com/jdalton) and [**@Rich-Harris**](github.com/Rich-Harris) for advisory work on the general modularization strategy.
ANother one of the general themes of the 2.0 release is standardization of what an "async" function is. We are now more strictly following the node-style continuation passing style. That is, an async function is a function that: