Skip to content

Commit

Permalink
history: add 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Bucaran authored and jonathanong committed Jul 9, 2015
1 parent 222a066 commit 6282385
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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
==================
Expand Down

0 comments on commit 6282385

Please sign in to comment.