Add missing item to changelog (#319)

This commit is contained in:
KingoftheHomeless 2020-02-14 19:41:15 +01:00 committed by GitHub
parent 3c731186cb
commit d51e0dd628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@
- Added `fromException`/`Via` and `fromExceptionSem`/`Via`
- Added `note`
- Added `try` and `tryJust`
- Using `listen` with `runWriterTVar` or `writerToIO` will no longer delay writing until the `listen` completes.
- Added `runStateSTRef` and `stateToST`
- Added `execState` and `execLazyState`
- Added `Polysemy.Law`, which offers machinery for creating laws for effects.