Add CHANGELOG.

This commit is contained in:
Julian K. Arni 2015-01-04 16:21:25 +01:00
parent 3ac502c803
commit 1ec9d0a497
2 changed files with 10 additions and 0 deletions

6
CHANGELOG.md Normal file
View File

@ -0,0 +1,6 @@
0.2.3
-----
* Fix consuming request body issue
(https://github.com/haskell-servant/servant/issues/3)
* Make code sample in Servant.Server complete

View File

@ -23,6 +23,10 @@ source-repository head
type: git
location: http://github.com/haskell-servant/servant-server.git
extra-source-files:
CHANGELOG.md
README.md
library
exposed-modules:
Servant