From c16806ce08053f5223ab7ec5ea0c8cbaa2a2b853 Mon Sep 17 00:00:00 2001 From: Nuno Dias Date: Sun, 10 Jun 2018 10:39:34 +0100 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fd7324..04133249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Change Log +## [8.0.0](https://github.com/nmdias/FeedParser/releases/tag/8.0.0) +### Updated +- FeedParser initializers no longer failable + +### Fixed +- Null parser for feed:// protocol + - [#50](https://github.com/nmdias/FeedKit/pull/50) reported by [revolter](https://github.com/revolter) +- Fixed unexpected upfront fetching of data for url causing UI hang + - [#45](https://github.com/nmdias/FeedKit/pull/45) reported by [bhlvoong](https://github.com/bhlvoong) + ## [7.1.1](https://github.com/nmdias/FeedParser/releases/tag/7.1.1) ### Updated - Parse all RSS and ATOM dates permissively