summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Petrov <andrey.petrov@shazow.net>2014-07-01 14:26:38 -0700
committerAndrey Petrov <andrey.petrov@shazow.net>2014-07-01 14:26:38 -0700
commit8a106ebd7bad3c51ce8ab2c9c59633159b8d9e4b (patch)
tree166d0882a67d6f9dd9c88803fbdf1c7dd51bc7ca
parent579accb4532e2ecd0d92f5b7c51786050f396f14 (diff)
downloadurllib3-8a106ebd7bad3c51ce8ab2c9c59633159b8d9e4b.tar.gz
CHANGES issues.
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index bc5720e4..7904213e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,7 +8,7 @@ dev (master)
package of urllib3, you may need to tweak things. (Issue #415)
* New retry logic and ``urllib3.util.retry.Retry`` configuration object.
- (Issue #)
+ (Issue #326)
* All raised exceptions should now wrapped in a
``urllib3.exceptions.HTTPException``-extending exception. (Issue #326)