diff --git a/CHANGELOG.md b/CHANGELOG.md index d43df76..d0c0c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,19 @@ # Changelog +## 2.2.1 + +### Fixes + +- Fixed [#44](https://github.com/IronCoreLabs/FutureJS/issues/44). + ## 2.2.0 ### Additions -- made `Future` `Thenable`, so `await` can used with it and it can be chained with `Promises`. `await` will immediately kick off the `Future`, similarly to `engage`. +- made `Future` `Thenable`, so `await` can used with it and it can be chained with `Promises`. `await` will immediately kick off the `Future`, similarly to `engage`. ## 2.1.2 ### Fixes -- fixed a bug in `Future.all` that prevented an empty array from ever resolving. +- fixed a bug in `Future.all` that prevented an empty array from ever resolving.