servant/CHANGELOG.md
2015-01-15 12:14:11 +01:00

12 lines
261 B
Markdown

master
------
* Added support for matrix parameters, see e.g. http://www.w3.org/DesignIssues/MatrixURIs.html
0.2.3
-----
* Fix consuming request body issue
(https://github.com/haskell-servant/servant/issues/3)
* Make code sample in Servant.Server complete