aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-08-21 12:29:12 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-08-21 12:29:12 +0200
commita72ad940dff289f101be5bde60f85c18057fdb7a (patch)
tree8b07e26a943bae0ef52adf806a5b710c39d53fcb /CHANGELOG.md
parent3108b2729f79ccaf5f8ba951a52ee35d28e2adb2 (diff)
Increase minimal support to PHP 5.3.8+
https://github.com/FreshRSS/FreshRSS/issues/1604
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 07aa74848..5f5a974ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## 2017-XX-XX FreshRSS 1.7.1-dev
+* Compatibility:
+ * Minimal PHP version increased to PHP 5.3.8+ to fix sanitize bug [#1604](https://github.com/FreshRSS/FreshRSS/issues/1604)
* UI
* New page for subscription tools [#1534](https://github.com/FreshRSS/FreshRSS/issues/1354)
* Adjustments to the padding of the tree of categories and feeds [1589](https://github.com/FreshRSS/FreshRSS/pull/1589)