diff --git a/changelog.md b/changelog.md index a30badd..1d1bfa6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,5 @@ ## next [????.??.??] - +* Fixed cookie example from `Cookie` module documentation. `getCookie` Function would return strict variant of `Text`. Will convert it into lazy variant using `fromStrict`. ### 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.