summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2021-11-30 21:18:13 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-11-30 23:39:39 +0100
commitf071c05a487a41c3813aed63837454772c06aaec (patch)
treeb9bb09678bc872c342e0da92619e3c97f3f4ae23 /CHANGELOG.md
parente52dc6a4ae94ff0ac7ffabb6320c895450c28833 (diff)
Fix catching connect exceptions while fetching feed logos #1570
Display the message instead of the response when catching an exception during feed logo fetching. As there is no response and thus no method `getResponse()` in `ConnectException`, this fixes a "call to undefined method"-error that prevented feeds from fetching if fetching the logo resulted in a `ConnectException`. Signed-off-by: Michael Hamann <michael@content-space.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4df883eee..4abc7b3fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
### Changed
### Fixed
+* Fix catching network errors while fetching feed logos. (#1601)
# Releases
## [17.0.0]