diff options
| author | 2015-07-23 10:12:20 +0200 | |
|---|---|---|
| committer | 2015-07-23 10:12:20 +0200 | |
| commit | 7f08c4fcd7a2113f4a0eeaea54b254ec11f0116d (patch) | |
| tree | f2235eaaeb6b0a489632e8adec3e813b7b04cbdf | |
| parent | 6db09411968ff0eac722efde79628b501b8dbe5e (diff) | |
CHANGELOG for getBaseUrl() and guessBaseUrl()
See https://github.com/FreshRSS/FreshRSS/issues/906
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 94410c38d..66920b4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ * Changed some log visibilities. [#885](https://github.com/FreshRSS/FreshRSS/issues/885) * 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) ## 2015-05-31 FreshRSS 1.1.1 (beta) |
