diff options
| author | 2016-08-12 23:13:43 +0200 | |
|---|---|---|
| committer | 2016-08-12 23:13:43 +0200 | |
| commit | 99ce8d342de9691cea8120b8f316d0f1d15a4ccc (patch) | |
| tree | 3363bcd25580edb10dd1e5ac1fd5002b0ae93074 | |
| parent | a6071a0d9824908ea48099a66435d70d74b9b1b8 (diff) | |
Restore compatibility with PHP 5.3.3
https://github.com/FreshRSS/FreshRSS/issues/1208
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 017bd6e1a..91bc0e525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Compatibility * Require at least MySQL 5.5.3+ [#1153](https://github.com/FreshRSS/FreshRSS/issues/1153) * Require at least PHP 5.3.3+ [#1183](https://github.com/FreshRSS/FreshRSS/pull/1183) + * Restore compatibility with PHP 5.3.3 [#1208](https://github.com/FreshRSS/FreshRSS/issues/1208) * Restore compatibility with Microsoft Internet Explorer 11 / Edge [#772](https://github.com/FreshRSS/FreshRSS/issues/772) * Features * Support for full Unicode such as emoji 💕 in MySQL with utf8mb4 [#1153](https://github.com/FreshRSS/FreshRSS/issues/1153) |
