Add a change log file (Close #23)

This commit is contained in:
Juan Pedro Villa Isaza 2015-09-25 09:58:06 -05:00
parent 5646acc44e
commit 19fbe543a1
2 changed files with 14 additions and 0 deletions

13
changes.md Normal file
View File

@ -0,0 +1,13 @@
## Unreleased changes
* Add change log (#23).
## 0.2.1.1
* Fix tests (#31).
## 0.2.1
* Use Stack (#17).
* Clean up package (#20).
* Fix tests (#25).

View File

@ -28,6 +28,7 @@ homepage: https://github.com/stackbuilders/hapistrano
bug-reports: https://github.com/stackbuilders/hapistrano/issues bug-reports: https://github.com/stackbuilders/hapistrano/issues
build-type: Simple build-type: Simple
cabal-version: >=1.10 cabal-version: >=1.10
extra-source-files: changes.md
library library
hs-source-dirs: src hs-source-dirs: src