Skip to content

Commit

Permalink
update changelog for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
demmer committed Jun 16, 2016
1 parent 996c0d7 commit 58ac60f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
This file documents all notable changes to bluebird-retry. The release numbering uses [semantic versioning](http://semver.org).

## 0.7.0
Released 2016-06-16

- Added support for a `predicate` option that uses bluebird's [filtered catch](http://bluebirdjs.com/docs/api/catch.html#filtered-catch) so that only errors matching a particular type or predicate function cause the operation to retry.
- Reworked the error handling to handle the case where the function rejects with a non-Error object and to no longer replace the timeout error stack with the original error's stack.

## 0.6.1
Released 2016-04-17

Expand Down

0 comments on commit 58ac60f

Please sign in to comment.