diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-06 11:28:03 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-06 11:28:03 +0200 |
commit | 3c068e0d36914abedfae7268e9f5e1908ed105c2 (patch) | |
tree | 49650cfd75082c82852e50de8bc8ff7a69d42060 | |
parent | The user can now add its twitter page. (diff) | |
download | newspipe-3c068e0d36914abedfae7268e9f5e1908ed105c2.tar.gz newspipe-3c068e0d36914abedfae7268e9f5e1908ed105c2.tar.bz2 newspipe-3c068e0d36914abedfae7268e9f5e1908ed105c2.zip |
Updated CHANGELOG.
-rw-r--r-- | CHANGELOG.rst | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7b24e105..1cd1ead9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,9 +2,20 @@ Release History ================= +7.1.2 (not yet released) +------------------------ + New: + * the user can now add its twitter link through the profile page. + Improvements: + * improved the layout of the profile page; + * the React.js page now only lists the feeds with unread articles by + default. + Removal: + * removed the 'refresh_rate' column from the user table; + * removed the export to HTML webzine functionality. + 7.1.1 (2016-10-04) ------------------ - Improvements: * improved the installation script; * improved the deployment process with Vagrant. |