Skip to content

Commit

Permalink
Update changelog with what we've done since 0.8.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 25, 2012
1 parent eeb4edc commit 65ee918
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@ replacements are listed here:
(*) Use of ``thisp`` is discouraged. For calling methods, use ``post`` or
``invoke``.

## 0.8.11 (unreleased)
- Added ``nfcall``, ``nfapply``, and ``nfbind`` as ``thisp``-less versions of
``ncall`, ``napply``, and ``nbind``. The latter are now deprecated. #142
- Long stack traces no longer cause linearly-growing memory usage when chaining
promises together. #111
- Inspecting ``error.stack`` in a rejection handler will now give a long stack
trace. #103
- Fixed ``Q.timeout`` to clear its timeout handle when the promise is rejected;
previously, it kept the event loop alive until the timeout period expired.
#145 @dfilatov

## 0.8.10

- Added ``done`` as a replacement for ``end``, taking the usual fulfillment,
Expand Down

0 comments on commit 65ee918

Please sign in to comment.