From 5c82859b78bbc128eb5484cc77c001d9b87c9fee Mon Sep 17 00:00:00 2001 From: idoshr <35264146+idoshr@users.noreply.github.com> Date: Sun, 14 May 2023 12:12:56 +0300 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 4d651204..7e412af5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +Development +------------- + +- Set object will automaticly encode to list on jsonify + + Version 2.3.2 ------------- @@ -5,6 +11,7 @@ Released 2023-05-01 - Set ``Vary: Cookie`` header when the session is accessed, modified, or refreshed. - Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes. +- Set object will automaticly encode to list on jsonify Version 2.3.1