From f5c0c5c34da086b602a9440f160b71e851351e6d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 6 Oct 2010 15:46:25 -0400 Subject: [PATCH] Updated History. --- HISTORY.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 787308c..4bbf180 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ History ======= +0.8.5 (2010-10-06) +------------------ + +* New import system. All dependencies attempt to load from site-packages, + then fallback on vendorized modules. + + 0.8.4 (2010-10-04) ------------------