aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index a149921d..257669a6 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1,5 +1,10 @@
pyAggr3g470r project news
+5.7.0: 2014-11-20
+ Improvements: major improvements of the email notifications system.
+ Notifications are now sent through Postmark (for example for Heroku)
+ or a standard SMTP server.
+
5.6.6: 2014-09-24
Improvements: Significant performance improvement for the views
/favorites and /unread. The performance problem has been introduced
bgstack15