From 4063b7f8e0baea7323f2a9f001a557e0b24f7c88 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Sat, 6 Sep 2014 00:00:43 +0100 Subject: [PATCH] Mention PR #194 in the changelog --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2fe971189..a3c37325c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,9 @@ NEXT - fix issue582: fix setuptools example, thanks Laszlo Papp and Ronny Pfannschmidt. +- Fix infinite recursion bug when pickling capture.EncodedFile, thanks + Uwe Schmitt. + 2.6.2 -----------