From 080db5ee5d8bfdd7106b1c555a72935da2b5bbc5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Jul 2011 21:49:08 -0400 Subject: [PATCH] CaseInsensitiveDict notes --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 64bc4f8b..5bc0d659 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,6 +10,7 @@ History * Add Forced Basic Authentication * Forced Basic is default authentication type * ``python-requests.org`` default User-Agent header +* CaseInsensitiveDict lower-case caching 0.5.0 (2011-06-21)