Add CHANGELOG.
This commit is contained in:
parent
3ac502c803
commit
1ec9d0a497
2 changed files with 10 additions and 0 deletions
6
CHANGELOG.md
Normal file
6
CHANGELOG.md
Normal 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
|
|
@ -23,6 +23,10 @@ source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: http://github.com/haskell-servant/servant-server.git
|
location: http://github.com/haskell-servant/servant-server.git
|
||||||
|
|
||||||
|
extra-source-files:
|
||||||
|
CHANGELOG.md
|
||||||
|
README.md
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Servant
|
Servant
|
||||||
|
|
Loading…
Reference in a new issue