diff options
| author | 2016-10-15 15:12:19 +0200 | |
|---|---|---|
| committer | 2016-10-15 15:12:19 +0200 | |
| commit | 4d9fbb97c80f450d13b455377482ad94d4637671 (patch) | |
| tree | a7a5d8360170f2b8cdc2a6bf00512789b721a823 | |
| parent | 56f66f4b6168276ca449d18a440b6958c6817088 (diff) | |
Readme remove superfluous SQL request
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4e36c7f..6243611c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,8 +33,10 @@ * UI * Download icon 💾 for podcasts [#1236](https://github.com/FreshRSS/FreshRSS/issues/1236) * Extensions - * Allow extensions for default accout in anonymous mode [#1288](https://github.com/FreshRSS/FreshRSS/pull/1288) + * Allow extensions for default account in anonymous mode [#1288](https://github.com/FreshRSS/FreshRSS/pull/1288) * Trigger a `freshrss:load-more` JavaScript event to help extensions [#1278](https://github.com/FreshRSS/FreshRSS/issues/1278) +* SQL + * Increase performances by removing a superfluous category request [#1316](https://github.com/FreshRSS/FreshRSS/pull/1316) * Mics. * Removed *resource-priorities* attributes (`defer`, `lazyload`), deprecated by W3C [#1222](https://github.com/FreshRSS/FreshRSS/pull/1222) |
