From a554c117bd0af410c1ea93e4cebcce88d6c5d021 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Mon, 25 Jan 2021 14:49:19 -0800 Subject: [PATCH] Update README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8a7d4d2d5..4c199e9cb 100644 --- a/README.rst +++ b/README.rst @@ -20,12 +20,13 @@ To install: Release History --------------- -2021-01-22 Version 0.6.20 +2021-01-25 Version 0.6.20 +++++++++++++++++++++++++ **Features** - Add `failsafe_deserialize` method to the `Deserializer` object. #232 +- Serialize `datetime`, `date`, `time`, `timedelta` and `Decimal` correctly when serializing `object` . #224 2020-09-08 Version 0.6.19 +++++++++++++++++++++++++