diff options
| author | 2016-10-01 20:25:38 +0200 | |
|---|---|---|
| committer | 2016-10-01 20:25:38 +0200 | |
| commit | 2621e1cc49818e2bd5566d5072a8a7dc537536d0 (patch) | |
| tree | 273cffeb56cd49f8816a8b18c6d78b22503a25b5 | |
| parent | c4b43316c756c4e8f5b35128e6ab40bc4f724337 (diff) | |
Changelog add date to exported files
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b4df1f9..1327a8cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * Explicit number: `https://freshrss.example/i/?a=rss&nb=10` * Limited by `min_posts_per_rss` and `max_posts_per_rss` in user config * 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 * Correction of bugs related CSRF tokens introduced in version 1.5.0 [#1253](https://github.com/FreshRSS/FreshRSS/issues/1253), [44f22ab](https://github.com/FreshRSS/FreshRSS/pull/1261/commits/d9bf9b2c6f0b2cc9dec3b638841b7e3040dcf46f) * Fix bug in Global view introduced in version 1.5.0 [#1269](https://github.com/FreshRSS/FreshRSS/pull/1269) |
