diff options
| author | 2016-10-05 21:00:19 +0200 | |
|---|---|---|
| committer | 2016-10-05 21:00:19 +0200 | |
| commit | 1df76fb6b5bd3dced52bd3b41eda54a518bd399b (patch) | |
| tree | 735601471324914a9351a2e88291ca6bd8f8ce13 | |
| parent | fe65eec5bbdaee37177e3673e31e241b1f1b938d (diff) | |
Changelog multiuser optimisation
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fcb3410e..823a2e8a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * Since X hours: `https://freshrss.example/i/?a=rss&hours=3` * Explicit number: `https://freshrss.example/i/?a=rss&nb=10` * Limited by `min_posts_per_rss` and `max_posts_per_rss` in user config + * In a multi-user context, take better advantage of other users’ refreshes [#1280](https://github.com/FreshRSS/FreshRSS/pull/1280) * Support custom ports `localhost:3306` for database servers [#1241](https://github.com/FreshRSS/FreshRSS/issues/1241) * Add date to exported files [#1240](https://github.com/FreshRSS/FreshRSS/issues/1240) * Bug fixing |
