aboutsummaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index b503d505..90b70512 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1,5 +1,13 @@
pyAggr3g470r project news
+6.1: 2015-02-23
+ Improvements: articles are now identified with the id provided
+ by the RSS/ATOM feed.
+ Prevent BeautifulSoup4 from adding extra '<html><body>' tags to
+ the soup with the 'lxml' parser.
+ Indexation is now used with the new crawler.
+ The documentation has been updated.
+
6.0: 2015-02-08
New: pyAggr3g470r is now working with Python 3.4. Tested on Heroku
with Python 3.4.2.
bgstack15