aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-08 01:26:35 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-08 01:26:35 +0100
commit2ab56ad066d3ade84035affe9e824404c9979723 (patch)
treeb3e218273eaa2fe267afb9da2edb9adace3ec01d
parentNo need to specify the version of python to use for the crawler on Heroku. (diff)
downloadnewspipe-2ab56ad066d3ade84035affe9e824404c9979723.tar.gz
newspipe-2ab56ad066d3ade84035affe9e824404c9979723.tar.bz2
newspipe-2ab56ad066d3ade84035affe9e824404c9979723.zip
Updated NEWS.rst.
-rw-r--r--NEWS.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index bb363db4..b503d505 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1,5 +1,11 @@
pyAggr3g470r project news
+6.0: 2015-02-08
+ New: pyAggr3g470r is now working with Python 3.4. Tested on Heroku
+ with Python 3.4.2.
+ Improvements: The feed crawler uses the PEP 3156 (asyncio). The action
+ buttons are now on the left. It is easier to mark an article as read.
+
5.7.0: 2014-11-20
Improvements: major improvements of the email notifications system.
Notifications are now sent through Postmark (for example for Heroku)
bgstack15