Skip to content

Commit

Permalink
add change-log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
nerrad committed Jan 16, 2019
1 parent 1af0005 commit bfaf761
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/redux-routine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

### Bug Fixes

- Fix unhandled promise rejection error caused by returning null from registered generator ([#13314](https://github.com/WordPress/gutenberg/pull/13314)
- Fix unhandled promise rejection error caused by returning null from registered generator ([#13314](https://github.com/WordPress/gutenberg/pull/13314))
- Improve `castError` handling of non string promise reject responses. Now `castError` returns a custom `ReduxRoutineResponseError` instance to the catch block. On this instance, the reject response is found on the `response` property.
([#13315](https://github.com/WordPress/gutenberg/pull/13315))

## 3.0.3 (2018-10-19)

Expand Down

0 comments on commit bfaf761

Please sign in to comment.