From 9b61bc2bd8c20e6a22a6b70ae11f344e6eaed307 Mon Sep 17 00:00:00 2001 From: tusharad Date: Wed, 3 Apr 2024 11:59:56 +0530 Subject: [PATCH] modified changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.