aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-01 11:26:24 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-01 11:26:24 +0200
commit7d6ab5fc4e7d30b4052d2b4749d5ce8f9ce286cb (patch)
tree85b8e7a60922781ea898c57f649e97b3640f3d31 /CHANGELOG.md
parent0d4c26c673d548a1367a0f96f49546ca27619d90 (diff)
parent50fd3a359e1fb872859b12af2762e47a696ebcd3 (diff)
Merge branch 'postgress-uniqueness' into defered-insertion
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd28e784c..52e46a913 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@
* Deferred insertion of new articles, for better chronological order [#530](https://github.com/FreshRSS/FreshRSS/issues/530)
* Compatibility:
* Add support for PHP 7.1 [#1471](https://github.com/FreshRSS/FreshRSS/issues/1471)
+ * PostgreSQL is not experimental anymore [#1476](https://github.com/FreshRSS/FreshRSS/pull/1476)
+* Bug fixing
+ * Fix SQL uniqueness bug with PostgreSQL [#1476](https://github.com/FreshRSS/FreshRSS/pull/1476)
+ * (Require manual update for existing installations)
* I18n
* Improve English [#1465](https://github.com/FreshRSS/FreshRSS/pull/1465)