diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-04 13:05:52 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-04 13:05:52 +0200 |
commit | b0b7322dcd9bd19d556b37da3f6b29f0b79048b0 (patch) | |
tree | af3d6c47ec9d6e62c682d48ccbe2896de62dcd92 | |
parent | Fixed a bug when removing a user who have feeds in categories. (diff) | |
download | newspipe-b0b7322dcd9bd19d556b37da3f6b29f0b79048b0.tar.gz newspipe-b0b7322dcd9bd19d556b37da3f6b29f0b79048b0.tar.bz2 newspipe-b0b7322dcd9bd19d556b37da3f6b29f0b79048b0.zip |
Updated CHANGELOG.
-rw-r--r-- | CHANGELOG.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1be70121..7b24e105 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,9 +2,19 @@ Release History ================= +7.1.1 (2016-10-04) +------------------ + + Improvements: + * improved the installation script; + * improved the deployment process with Vagrant. + Fixes: + * fixed a bug that occurred when deleting a user who has categories with + feeds in it; + * fixed a bug that occured when the user wants to use SQLite. + 7.1 (2016-09-26) ---------------- - New: * public profile page for users (private by default); * popular page: displays the most popular feeds recentlty added by the users; |