# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [0.3.1] - 2022-04-02
- Removed example executables
## [0.3.0] - 2020-09-20
- Support GHC 8.8, GHC 8.10
- Depend on `termbox ==0.3`
- Removed `Scene`
## [0.2.0] - 2019-06-28
- Added `run`
- Renamed `main` to `run_`
- Bumped `termbox` lower bound
## [0.1.1] - 2019-04-19
- Removed unnecessary `stm` dependency
- Bumped `base` upper bound
## [0.1.0] - 2018-07-22
- Initial release