packages feed

termbox-banana-0.3.0: CHANGELOG.md

# 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.0] - 2020-09-20

### Changed
- Support GHC 8.8, GHC 8.10
- Depend on `termbox ==0.3`

### Removed
- Removed `Scene`

## [0.2.0] - 2019-06-28

### Added
- Added `run`

### Changed
- Renamed `main` to `run_`
- Bumped `termbox` lower bound

## [0.1.1] - 2019-04-19

### Changed
- Removed unnecessary `stm` dependency
- Bumped `base` upper bound

## [0.1.0] - 2018-07-22

### Added
- Initial release