polysemy/ChangeLog.md

24 lines
421 B
Markdown
Raw Normal View History

2019-04-14 22:07:37 +03:00
# Changelog for polysemy
2019-04-26 19:18:44 +03:00
## 0.1.2.0 (2019-04-26)
- `runInputAsReader`, `runTraceAsOutput` and `runOutputAsWriter` have more
generalized types
- Added `runStateInIO`
- Added `runOutputAsTrace`
- Added `Members` (thanks to @TheMatten)
2019-04-14 22:07:37 +03:00
## 0.1.1.0 (2019-04-14)
2019-04-26 18:58:47 +03:00
- Added `runIO` interpretation (thanks to @adamConnerSax)
2019-04-14 22:07:37 +03:00
- Minor documentation fixes
## 0.1.0.0 (2019-04-11)
- Initial release
2019-02-13 23:52:56 +03:00
## Unreleased changes