tentative CHANGELOG
This commit is contained in:
parent
cf1a7aeb9c
commit
13dcf081a7
1 changed files with 9 additions and 0 deletions
9
CHANGELOG.md
Normal file
9
CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
0.3
|
||||
---
|
||||
* Multiple content-type/accept support for all the relevant combinators
|
||||
* Provide *JSON*, *PlainText*, *OctetStream* and *FormUrlEncoded* content types out of the box
|
||||
* Type-safe link generation to API endpoints
|
||||
* Support for the PATCH HTTP method
|
||||
* Removed the home-made QuasiQuote for writing API types in a more human-friendly format until we come up with a better design for it
|
||||
* Make most if not all of the haddock code examples run through doctest
|
||||
* Some general code cleanup
|
Loading…
Reference in a new issue