From 16a1a938c1e5453ff167b5a3f8fc82b6d04782b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Mon, 20 Apr 2015 01:39:52 -0300 Subject: [PATCH] Add 0.24.6 release notes --- docs/news.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index bb1b374ce..adf02d9fb 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,16 @@ Release notes ============= +0.24.6 (2015-04-20) +------------------- + +- encode invalid xpath with unicode_escape under PY2 (:commit:`07cb3e5`) +- fix IPython shell scope issue and load IPython user config (:commit:`2c8e573`) +- Fix small typo in the docs (:commit:`d694019`) +- Fix small typo (:commit:`f92fa83`) +- Converted sel.xpath() calls to response.xpath() in Extracting the data (:commit:`c2c6d15`) + + 0.24.5 (2015-02-25) -------------------