From 25dbd24d4c8a9ac240f21529543ed426735c133f Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 5 Jul 2015 14:11:32 +0200 Subject: Changelog beta 1.1.2 --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 605b4256c..99f8c36e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ # Changelog -## 2015-xx-xx FreshRSS 1.1.2 (beta) +## 2015-07-xx FreshRSS 1.1.2 (beta) * Features - * Support for PubSubHubbub for instant notifications from compatible Web sites. + * Support for PubSubHubbub for instant notifications from compatible Web sites. #312 +* Security + * Support for SSL connection to MySQL. #868 + * Workaround for browsers that have disabled support for `
`. #880 +* UI + * Force UTF-8 for responses. #870 + * Increased pagination limit to 500 articles. #872 + * Improved UI for installation. #855 +* Misc. + * Support for data-src for images of articles retrieved via the full-content module. #877 + * Add a couple of default feeds for fresh installations. #886 + * Changed some log visibilities. #885 ## 2015-05-31 FreshRSS 1.1.1 (beta) -- cgit v1.2.3 From bd391dc6f7468695490ac5c5732e66b42d9b2b8b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 5 Jul 2015 14:22:27 +0200 Subject: Changelog beta 1.1.2 with links I was hoping that the #123 issue numbers would be automatically converted to links, but they were not. --- CHANGELOG.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f8c36e1..0ebfd50ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,18 +3,19 @@ ## 2015-07-xx FreshRSS 1.1.2 (beta) * Features - * Support for PubSubHubbub for instant notifications from compatible Web sites. #312 + * Support for PubSubHubbub for instant notifications from compatible Web sites. [#312](https://github.com/FreshRSS/FreshRSS/issues/312) * Security - * Support for SSL connection to MySQL. #868 - * Workaround for browsers that have disabled support for ``. #880 + * Support for SSL connection to MySQL. [#868](https://github.com/FreshRSS/FreshRSS/issues/868) + * Workaround for browsers that have disabled support for ``. [#880](https://github.com/FreshRSS/FreshRSS/issues/880) * UI - * Force UTF-8 for responses. #870 - * Increased pagination limit to 500 articles. #872 - * Improved UI for installation. #855 + * Force UTF-8 for responses. [#870](https://github.com/FreshRSS/FreshRSS/issues/870) + * Increased pagination limit to 500 articles. [#872](https://github.com/FreshRSS/FreshRSS/issues/872) + * Improved UI for installation. [#855](https://github.com/FreshRSS/FreshRSS/issues/855) * Misc. - * Support for data-src for images of articles retrieved via the full-content module. #877 - * Add a couple of default feeds for fresh installations. #886 - * Changed some log visibilities. #885 + * Restore support for PHP 5.2. [#214a5cc](https://github.com/Alkarex/FreshRSS/commit/214a5cc9a4c2b821961bc21f22b4b08e34b5be68) + * Support for data-src for images of articles retrieved via the full-content module. [#877](https://github.com/FreshRSS/FreshRSS/issues/877) + * Add a couple of default feeds for fresh installations. [#886](https://github.com/FreshRSS/FreshRSS/issues/886) + * Changed some log visibilities. [#885](https://github.com/FreshRSS/FreshRSS/issues/885) ## 2015-05-31 FreshRSS 1.1.1 (beta) -- cgit v1.2.3