Merge pull request #343 from polysemy-research/unreleased-changes

Move unreleased changes to a more visible place
This commit is contained in:
Georgi Lyubenov 2020-06-15 07:37:55 +03:00 committed by GitHub
commit c1ae34d2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,13 @@
# Changelog for polysemy
## Unreleased changes
- Changed the tyvars of `fromEitherM`, `runErrorAsAnother`, `runEmbedded`,
`asks` and `gets`
- Add ability to `Cancel` to `Async` (thanks to @aidangilmore)
## 1.3.0.0 (2020-02-14)
### Breaking Changes
@ -281,8 +288,3 @@
## 0.1.0.0 (2019-04-11)
- Initial release
## Unreleased changes
- Changed the tyvars of `fromEitherM`, `runErrorAsAnother`, `runEmbedded`,
`asks` and `gets`