servant/CHANGELOG.md

12 lines
261 B
Markdown
Raw Normal View History

2015-01-15 12:14:11 +01:00
master
------
* Added support for matrix parameters, see e.g. http://www.w3.org/DesignIssues/MatrixURIs.html
2015-01-04 16:21:25 +01:00
0.2.3
-----
* Fix consuming request body issue
(https://github.com/haskell-servant/servant/issues/3)
* Make code sample in Servant.Server complete