From 5ceee314401180b6454cb70f7ed8cfebaf5b19c0 Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Tue, 2 Apr 2024 22:07:31 +0200 Subject: [PATCH] Add changes to changelog --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 1d1bfa6..de2ed07 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,7 @@ ## next [????.??.??] + * Fixed cookie example from `Cookie` module documentation. `getCookie` Function would return strict variant of `Text`. Will convert it into lazy variant using `fromStrict`. +* Add tests for URL encoding of query parameters and form parameters. Add `formData` action for decoding `FromForm` instances (#321). ### Breaking changes * Remove dependency on data-default class (#386). We have been exporting constants for default config values since 0.20, and this dependency was simply unnecessary.