diff options
| author | 2016-11-17 21:34:31 +0100 | |
|---|---|---|
| committer | 2016-11-17 21:34:31 +0100 | |
| commit | 801e23044c223d56d63a62a0b351b11f6d71796c (patch) | |
| tree | a8e1b83991b305c321175757fcb2da43f0d3aebd | |
| parent | 1d5006d83fc84a0c653d8e2db42a4cfbdebdc5bb (diff) | |
Changelog More robust export function in the case of large datasets
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dcb1bfec..d24434169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ * Fix bug in estimating last user activity [#1358](https://github.com/FreshRSS/FreshRSS/issues/1358) * PostgreSQL: fix bug when updating cached values [#1360](https://github.com/FreshRSS/FreshRSS/issues/1360) * Fix small bugs in installer [#1363](https://github.com/FreshRSS/FreshRSS/pull/1363) +* Misc. + * More robust export function in the case of large datasets [#1372](https://github.com/FreshRSS/FreshRSS/issues/1372) ## 2016-11-02 FreshRSS 1.6.1 @@ -66,7 +68,7 @@ * Download icon 💾 for podcasts [#1236](https://github.com/FreshRSS/FreshRSS/issues/1236) * SimplePie * Fix auto-discovery of RSS feeds in Web pages served as `text/xml` [#1264](https://github.com/FreshRSS/FreshRSS/issues/1264) -* Mics. +* Misc. * Removed *resource-priorities* attributes (`defer`, `lazyload`), deprecated by W3C [#1222](https://github.com/FreshRSS/FreshRSS/pull/1222) |
