aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-29 08:31:37 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-29 08:31:37 +0200
commit8a1e7be3ff1cb2bb792a444e00fc08b2aa7fb95d (patch)
tree4402a4d45e8323ff6b25eac44e0b1559589869b5 /CHANGELOG.md
parentee093c611cb8e466b02e74431b0a9f2b43adada5 (diff)
Update CHANGELOG
Add the last forgotten changes - https://github.com/FreshRSS/FreshRSS/issues/865 - https://github.com/FreshRSS/FreshRSS/issues/923 - https://github.com/FreshRSS/FreshRSS/issues/925
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68a9d0b73..c8356758a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## 2015-07-xx FreshRSS 1.1.2 (beta)
+## 2015-07-30 FreshRSS 1.1.2-beta
* Features
* Support for PubSubHubbub for instant notifications from compatible Web sites. [#312](https://github.com/FreshRSS/FreshRSS/issues/312)
@@ -23,6 +23,9 @@
* Fix broken links for extension script / style files. [#862](https://github.com/FreshRSS/FreshRSS/issues/862)
* Load default configuration during installation to avoid hard-coded values. [#890](https://github.com/FreshRSS/FreshRSS/issues/890)
* Fix non-consistent behaviour in Minz_Request::getBaseUrl() and introduce Minz_Request::guessBaseUrl(). [#906](https://github.com/FreshRSS/FreshRSS/issues/906)
+ * Generate `base_url` during the installation and add a `pubsubhubbub_enabled` configuration key. [#865](https://github.com/FreshRSS/FreshRSS/issues/865)
+ * Load configuration by recursion to overwrite array values. [#923](https://github.com/FreshRSS/FreshRSS/issues/923)
+ * Cast `$limits` configuration values in integer. [#925](https://github.com/FreshRSS/FreshRSS/issues/925)
## 2015-05-31 FreshRSS 1.1.1 (beta)