From fbfab6778c9a719cef22c427c1c1027f7f8f443e Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 25 Dec 2015 17:48:03 -0200 Subject: [PATCH] Give proper thanks for the PR in the CHANGELOG --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index ac45c1426..b35aae163 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ - Workaround for exception that occurs in pyreadline when using ``--pdb`` with standard I/O capture enabled. + Thanks Erik M. Bray for the PR. 2.8.5 -----