From 28999590fa7e383c8ba152c1c843182adc903fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Mon, 14 Oct 2013 16:41:04 -0200 Subject: [PATCH] update release notes --- docs/news.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/news.rst b/docs/news.rst index dd4f571b6..0f632295a 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -11,6 +11,7 @@ Release notes - :setting:`ITEM_PIPELINES` is now defined as a dict (instead of a list) - Dropped libxml2 selectors backend - Dropped support for multiple selectors backends, sticking to lxml only +- Selector Unified API with support for CSS expressions (:issue:`395` and :issue:`426`) 0.18.4 (released 2013-10-10) ----------------------------