diff options
| author | 2017-12-17 17:10:38 +0100 | |
|---|---|---|
| committer | 2017-12-17 17:10:38 +0100 | |
| commit | 25a51f045dbbd1188d1149cde40c1df17111c41a (patch) | |
| tree | 2a0b15e7de449feac754db7250acb2c334e030a0 | |
| parent | 62e9db55b21034f92b0f4603512c3e788e0351f1 (diff) | |
Changelog 1731
https://github.com/FreshRSS/FreshRSS/pull/1731
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c53050cef..65e25bec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * Work-around for `CURLOPT_FOLLOWLOCATION` `open_basedir` bug in favicons and PubSubHubbub [#1655](https://github.com/FreshRSS/FreshRSS/issues/1655) * Fix PDO PostgreSQL detection [#1690](https://github.com/FreshRSS/FreshRSS/issues/1690) * Fix punycode warning in PHP 7.2 [#1699](https://github.com/FreshRSS/FreshRSS/issues/1699) + * Fix crash when adding a new category while adding a new feed [#1731](https://github.com/FreshRSS/FreshRSS/pull/1731) * Fix ExtensionManager exception handling [#1724](https://github.com/FreshRSS/FreshRSS/pull/1724) * CLI * New command `./cli/db-optimize.php` for database optimisation [#1583](https://github.com/FreshRSS/FreshRSS/issues/1583) |
