Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Apr 29, 2012
1 parent f7823f6 commit bd2939e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ v0.5.0 -- 2012.04.18
* Addons & Improvements
* Resigned from dual async/sync: `invoke` extension and `promisify` method.
Such abstraction lead to unexpected results in some cases.
`invokeSync` became `invoke` (`invokeSync` is no longer available),
`promisifyAsync` became `promisify` (`promisifyAsync` is no longer
`invokeSync` is from now on `invoke` (`invokeSync` is no longer available),
`promisifyAsync` is now `promisify` (`promisifyAsync` is no longer
available).
* Brought back `cb` extension in slightly different form. It's useful for
creating "hybrid" asynchronous functions that both take callback and return
Expand Down

0 comments on commit bd2939e

Please sign in to comment.