diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-23 14:44:46 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-23 14:44:46 +0100 |
commit | bd0e268039f20688e48cd70d0ea55c64a400b389 (patch) | |
tree | 77c86f4c240663d54ef8f019e3a8adf1f304c9e0 | |
parent | unused import. (diff) | |
download | newspipe-bd0e268039f20688e48cd70d0ea55c64a400b389.tar.gz newspipe-bd0e268039f20688e48cd70d0ea55c64a400b389.tar.bz2 newspipe-bd0e268039f20688e48cd70d0ea55c64a400b389.zip |
Release 6.1. Updated NEWS.rst
-rw-r--r-- | NEWS.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |