From f65a50ef41252b255a7a27bce3d654c2fb12ede5 Mon Sep 17 00:00:00 2001 From: David Montague Date: Mon, 15 Jul 2019 11:47:51 -0700 Subject: [PATCH] Updated history --- HISTORY.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index d6836602cb..c8cab0502e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,11 +3,14 @@ History ------- +v0.31 (unreleased) +.................. +* fix schema generation for ``NewType`` and ``Literal``, #649 by @dmontagu + v0.30.1 (2019-07-15) .................... * fix so nested classes which inherit and change ``__init__`` are correctly processed while still allowing ``self`` as a parameter, #644 by @lnaden and @dgasmith -* fix schema generation for ``NewType`` and ``Literal``, #649 by @dmontagu v0.30 (2019-07-07) ..................