Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfilatov authored Jul 3, 2019
1 parent a05571a commit f03bda8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
Changelog
=========
0.4.20
-----
* Added `Promise.allSettled` [#118](https://github.com/dfilatov/vow/issues/118)

0.4.18
-----
* Added `promise.finally` [#116] (https://github.com/dfilatov/vow/issues/116)
* Added `promise.finally` [#116](https://github.com/dfilatov/vow/issues/116)

0.4.17
-----
* Fixed an issue with wrong resolving after adding `onProgress` callback

0.4.16
-----
* Fixed an issue with throwing exception within resolver function [#113] (https://github.com/dfilatov/vow/issues/114)
* Fixed an issue with throwing exception within resolver function [#113](https://github.com/dfilatov/vow/issues/114)

0.4.15
-----
* Fixed an issue with double emit of `PromiseRejectionEvent` [#113] (https://github.com/dfilatov/vow/issues/113)
* Fixed an issue with double emit of `PromiseRejectionEvent` [#113](https://github.com/dfilatov/vow/issues/113)

0.4.14
-----
* Added support of unhandled rejection event [#111] (https://github.com/dfilatov/vow/issues/111)
* Added support of unhandled rejection event [#111](https://github.com/dfilatov/vow/issues/111)

0.4.13
-----
Expand Down

0 comments on commit f03bda8

Please sign in to comment.