diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-07 12:16:02 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-07 12:16:02 +0200 |
commit | d5edf66c987aae4d27ebdc8d7f13fd17fa29c1d9 (patch) | |
tree | 677093834783d3fcd5f25795c773d568485abe53 | |
parent | Feeds are ordered by tittle in the feeds page. (diff) | |
download | newspipe-d5edf66c987aae4d27ebdc8d7f13fd17fa29c1d9.tar.gz newspipe-d5edf66c987aae4d27ebdc8d7f13fd17fa29c1d9.tar.bz2 newspipe-d5edf66c987aae4d27ebdc8d7f13fd17fa29c1d9.zip |
Updated CHANGELOG.
-rw-r--r-- | CHANGELOG.rst | 5 |
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/ |