From 1663dfa4be398c00ad5209f301854e905645e222 Mon Sep 17 00:00:00 2001 From: Brian Rutledge Date: Tue, 5 Nov 2019 17:15:23 -0500 Subject: [PATCH] Fix formatting in "What's new" --- docs/whatsnew.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst index e0b4603d..c6fa8f86 100644 --- a/docs/whatsnew.rst +++ b/docs/whatsnew.rst @@ -6,6 +6,7 @@ What's New What's new in version 0.18.2 (2019-10-30) ========================================= This is a minor bug-fix release containing a number of fixes: + - Fix min/max functions with generators, and 'None' default (PR #514) - Use BaseException in raise_() (PR #515) - Fix builtins.round() for Decimals (Issue #501)