From 3fa31754fe370537d6bee2be1d883e936d2af021 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Thu, 11 Apr 2019 20:41:55 +0100 Subject: [PATCH] add #465 to history --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 08294cd..2dfe00b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,7 @@ History v0.x (xxxx-xx-xx) .................. * fix handling ``ForwardRef`` in sub-types, like ``Union``, #464 by @tiangolo +* fix secret serialization, #465 by @Atheuz v0.23 (2019-04-04) ..................