Skip to content

Commit

Permalink
Updates changelog in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robotlolita committed Jul 15, 2017
1 parent 96da0fb commit e310109
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/_docs/v2.0.0/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ Each version entry is written as a heading in the format `[<version number>] - Y
- **BREAKING CHANGES** — Backwards-incompatible changes that have been introduced by the version, along with the changes necessary to existing codebases. Upgrading from previous versions is not safe;


## [2.0.0] - 2017-07-15

### New features

- `filter` for both `Maybe` and `Result` ([PR #135](https://github.com/origamitower/folktale/pull/135) by @floriansimon1).
- `waitAll` now supports empty arrays ([PR #134](https://github.com/origamitower/folktale/pull/134) by @jreut)
- `Task.do` allows using direct style with Tasks, like in `async/await` for Promises ([PR #128](https://github.com/origamitower/folktale/pull/128) by @framp)



## [2.0.0-rc1] - 2017-06-22

Expand Down

0 comments on commit e310109

Please sign in to comment.