diff options
| author | 2016-11-06 11:47:55 +0100 | |
|---|---|---|
| committer | 2016-11-06 11:47:55 +0100 | |
| commit | 92910c212b4d2796c222c7891ea319fde3149525 (patch) | |
| tree | 541163b1ea4dea423ac902af4110bf3dc8d96694 | |
| parent | e27e5809f96eecbf7f3b72d151b411bd27a00921 (diff) | |
Changelog: PostgreSQL: fix bug when updating cached values
https://github.com/FreshRSS/FreshRSS/issues/1360
https://github.com/FreshRSS/FreshRSS/pull/1361
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 92220f1f7..52d95d7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * New command `./cli/user-info.php` to get some user information [#1345](https://github.com/FreshRSS/FreshRSS/issues/1345) * Bug fixing * 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) ## 2016-11-02 FreshRSS 1.6.1 |
