diff --git a/changelog.md b/changelog.md index 102bc49..c203314 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ ## next [????.??.??] +* Added sessions. * Fixed cookie example from `Cookie` module documentation. `getCookie` Function would return strict variant of `Text`. Will convert it into lazy variant using `fromStrict`. * Exposed simple functions of `Cookie` module via `Web.Scotty` & `Web.Scotty.Trans`. * Add tests for URL encoding of query parameters and form parameters. Add `formData` action for decoding `FromForm` instances (#321).