diff --git a/History.md b/History.md index ed918e7..5001ca3 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +4.5.5 / 2015-07-06 +================== + + * support passing the rest of the arguments to co into the generator + + ```js + function *gen(...args) { } + co(gen, ...args); + ``` 4.5.0 / 2015-03-17 ==================