aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-07 12:16:02 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-07 12:16:02 +0200
commitd5edf66c987aae4d27ebdc8d7f13fd17fa29c1d9 (patch)
tree677093834783d3fcd5f25795c773d568485abe53
parentFeeds are ordered by tittle in the feeds page. (diff)
downloadnewspipe-d5edf66c987aae4d27ebdc8d7f13fd17fa29c1d9.tar.gz
newspipe-d5edf66c987aae4d27ebdc8d7f13fd17fa29c1d9.tar.bz2
newspipe-d5edf66c987aae4d27ebdc8d7f13fd17fa29c1d9.zip
Updated CHANGELOG.
-rw-r--r--CHANGELOG.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d843525a..4e30023a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,7 +9,10 @@ Release History
* implementing category;
* the classic crawler is now taking into account updated articles from feeds;
* support of HTTP proxy has been removed;
- * article URL resolving has been removed (wasn't used).
+ * article URL resolving has been removed (wasn't used);
+ * improvement of the management of users in the dashboard;
+ * account confirmation is now achieved with a token that expires in a
+ specified time.
Improvements:
* Code re-arangement: move all code to /src/
bgstack15