# Revision history for monad-schedule
## 0.2.0.2
* Relax some type signatures
* Relax some version bounds (thanks Andreas Ländle)
## 0.2.0.1
* Compatibility with GHC 9.10
## 0.2
* Added FreeAsync
* Dropped support below GHC 9.2
* Documentation fixes
## 0.1.2.2
* Compatibility with GHC 9.8
## 0.1.2.0 -- 2022-06-26
* Added test suite
* Added further Writer instances
* Fixed bug in ScheduleT and YieldT
## 0.1.1.0 -- 2022-06-25
* Added Yield scheduling monad
* Added Identity instance
## 0.1.0.0 -- 2022-03-27
* Added MonadSchedule clas
* Added free scheduling transformer ScheduleT
* Added instances for common transformers