fix empty feed parsing

This commit is contained in:
Nazar Kanaev
2021-07-01 14:10:22 +01:00
parent 9f01f63613
commit d203d38de6
2 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
- (fix) handle opml files not following the spec (thanks to @huangnauh for the report)
- (fix) pagination in unread/starred feeds (thanks to @Farow for the report)
- (fix) handling feeds with non-utf8 encodings (thanks to @fserb for the report)
- (fix) errors caused by empty feeds (thanks to @decke)
- (fix) ui tweaks (thanks to @Farow)
# v2.0 (2021-04-18)