From a288ced5f5441173237ad065b331955c21e5567d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Thu, 10 Oct 2013 01:03:04 -0200 Subject: [PATCH] Add 0.18.4 release notes --- docs/news.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 5ddc56926..b5c366ae5 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,13 @@ Release notes ============= +0.18.4 (released 2013-10-10) +---------------------------- + +- IPython refuses to update the namespace. fix #396 (:commit:`3d32c4f`) +- Fix AlreadyCalledError replacing a request in shell command. closes #407 (:commit:`b1d8919`) +- Fix start_requests lazyness and early hangs (:commit:`89faf52`) + 0.18.3 (released 2013-10-03) ----------------------------