Skip to content

Commit

Permalink
Add project changelog
Browse files Browse the repository at this point in the history
Add a changelog to the project with information on the features of the initial release.

Also add the changelog to the Cabal build config, so that it is included in distributions of the library.

Closes #6
  • Loading branch information
ExcaliburZero committed Jul 12, 2016
1 parent df833f0 commit 1976924
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,6 @@
# Changelog

## 0.1.0
* Implement generation and saving of avatars.
* Implement avatar upscaling.
* Create example executable program that makes use of the library.
1 change: 1 addition & 0 deletions pixelated-avatar-generator.cabal
Expand Up @@ -19,6 +19,7 @@ stability: Experimental
category: Image, Graphics
build-type: Simple
extra-source-files: README.md
CHANGELOG.md
example_image.png
test/Graphics/Avatars/helloAvatar.png
cabal-version: >=1.10
Expand Down

0 comments on commit 1976924

Please sign in to comment.