diff --git a/CHANGELOG.md b/CHANGELOG.md index 626065b5..093c93aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -----