Skip to content

Commit

Permalink
Adding nbind and napply to the change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Apr 25, 2012
1 parent bfb1f4e commit 5b8698f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- WARNING: The undocumented ``Method`` export will be
removed. Use ``sender(op)``.
- WARNING: The deprecated ``node`` export will be removed.
Use ``nbind``.

## Next minor

Expand All @@ -14,6 +16,8 @@
- Added ``Q.bind`` as a method to transform functions that
return and throw into promise-returning functions. See
[an example](https://gist.github.com/1782808). @domenic
- Renamed ``node`` export to ``nbind``, and added ``napply`` to
complete the set. ``node`` remains as deprecated. @domenic #58
- Renamed ``Method`` export to ``sender``. ``Method``
remains as deprecated and will be removed in the next
major version since I expect it has very little usage.
Expand Down

0 comments on commit 5b8698f

Please sign in to comment.