add a changelog entry for the content-type aware instances

This commit is contained in:
Alp Mestanogullari 2015-03-04 11:19:51 +01:00
parent af8e395664
commit 84f8f814c7

View File

@ -1,6 +1,7 @@
0.3
---
* Extend `HeaderArg` to support more advanced HTTP header handling (https://github.com/haskell-servant/servant-jquery/pull/6)
* Support content-type aware combinators (but require that endpoints support JSON)
0.2.2
-----