diff options
| author | 2019-10-01 18:18:09 +0200 | |
|---|---|---|
| committer | 2019-10-01 18:18:09 +0200 | |
| commit | 85cf0ac5abe4916d9a87463877835f0b8c19ca52 (patch) | |
| tree | 11e5754b76390dffd2185041edfc7d72eff40133 | |
| parent | ec5f7ad5542b74f9488580d1763d6ed376a63728 (diff) | |
Changelog 2522 2542
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e68c9a2fe..4b80ea1ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ * Bug fixing * Fix missing PHP `opcache` package in Docker Alpine [#2498](https://github.com/FreshRSS/FreshRSS/pull/2498) * Fix IE11 / Edge keyboard compatibility [#2507](https://github.com/FreshRSS/FreshRSS/pull/2507) + * Use <dc:creator> instead of <author> for RSS 2.0 outputs [#2542](https://github.com/FreshRSS/FreshRSS/pull/2542) * Security * Fix referrer vulnerability when opening an article original link with a shortcut [#2506](https://github.com/FreshRSS/FreshRSS/pull/2506) * Slight refactoring of access check [#2471](https://github.com/FreshRSS/FreshRSS/pull/2471) @@ -38,6 +39,7 @@ * Additional hooks [#2482](https://github.com/FreshRSS/FreshRSS/pull/2482) * New call to change the layout [#2467](https://github.com/FreshRSS/FreshRSS/pull/2467) * Misc. + * PDO (database) refactoring for code simplification [#2522](https://github.com/FreshRSS/FreshRSS/pull/2522) * Automatic check of CSS syntax in Travis CI [#2477](https://github.com/FreshRSS/FreshRSS/pull/2477) * Remove support for sharing with Google+ [#2464](https://github.com/FreshRSS/FreshRSS/pull/2464) * Redirect connected users accessing registration page [#2530](https://github.com/FreshRSS/FreshRSS/pull/2530) |
