From b9658377043a6fb2a88f4999cc35ea5ce366553f Mon Sep 17 00:00:00 2001 From: Josh Schneier Date: Sun, 9 Feb 2014 15:35:48 -0500 Subject: [PATCH] update CHANGES for Issue #320 --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index ea5101c41c..c00b9f6bf6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -47,6 +47,9 @@ dev (master) * ``urllib3.contrib.pyopenssl`` now uses the operating system's default CA certificates on inject. (Issue #332) +* Allow a minimum of functionality for Python 3 compiled without ``ssl``. + (Issue #320) + * ... [Short description of non-trivial change.] (Issue #)