From 2824867412bd0f510e7a71c61a7ec735907398e3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 29 Apr 2016 17:52:19 -0400 Subject: [PATCH] v2.9.2 --- HISTORY.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 21155e47..6d753a29 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,8 +3,13 @@ Release History --------------- -2.9.2 (???) -+++++++++++ +2.9.2 (04-29-2016) +++++++++++++++++++ + +**Improvements** + +- Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict + as its underlying datastore. **Bugfixes**