summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-01 11:32:24 +0200
committerGravatar GitHub <noreply@github.com> 2017-04-01 11:32:24 +0200
commitf98cd52a02eb1e2d17b46ef9fddf327b0ebd55e2 (patch)
tree85b8e7a60922781ea898c57f649e97b3640f3d31 /CHANGELOG.md
parentf2b4bfc67da9eba8ca45a02860e6f6a58a13d927 (diff)
parent8acdf273b2f832ed07bbc5f630c068c9fe73cbe0 (diff)
Merge pull request #1470 from Alkarex/defered-insertion
Implementation of defered insertion
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20cde81b3..52e46a913 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Changelog
## 2017-xx-xx FreshRSS 1.7.0-dev
+* Features:
+ * 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)