Features:
Promise.usingcan now take the promises-for-resources as an array (#733).- Browser builds for minimal core are now hosted on CDN (#724).
Bugfixes:
- Disabling debug mode with
BLUEBIRD_DEBUG=0environment variable now works (#719). - Fix unhandled rejection reporting when passing rejected promise to
.return()(#721). - Fix unbound promise's then handlers being called with wrong
thisvalue (#738).