# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][KEEPLOG] and this project should
adhere to the [Haskell Package Versioning Policy (PVP)][PVP] for the parts of
the PVP that are unambiguous.

In summary, for version `A.B.C`

- when `A` increments, we're signalling a major API change

- when `B` increments, we're signalling a minor API change we hope you push
  through to pick up bug fixes and new features

- when `C` increments, we're signalling a compatible improvement.

## Candidates

### 0.0.1-rc1 - 2018-11-11

-  *Added*
    - An implementation that should be complete enough to use
    - A lot of build harness files
    - Some doctests
    - Documentation

## Released

Nothing released yet.


[KEEPLOG]: https://keepachangelog.com/en/1.0.0/
[PVP]: https://pvp.haskell.org/