aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-21 10:20:03 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-21 10:20:03 +0200
commitfc15beadc91d86a99db211cac6f937bcdf4b7307 (patch)
tree2017c0676f705101177b01e08858059a3c067699 /CHANGELOG.rst
parentUpdated translations. (diff)
downloadnewspipe-fc15beadc91d86a99db211cac6f937bcdf4b7307.tar.gz
newspipe-fc15beadc91d86a99db211cac6f937bcdf4b7307.tar.bz2
newspipe-fc15beadc91d86a99db211cac6f937bcdf4b7307.zip
Updated CHANGELOG.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 57e44c64..f2919aa4 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,19 @@
Release History
=================
+7.1 (not yet released)
+---------------------
+
+ New:
+ * public profile page for users (private by default);
+ * popular page: displays the most popular feeds recentlty added by the users.
+ Improvements:
+ * the profile edition page has been improved;
+ * the generation of the tag cloud has been improved (faster).
+ Fixes:
+ * fixed a bug when loading the list of stop words.
+
+
7.0 (2016-04-07)
----------------
New:
bgstack15