From 33b16cc74b46b119cf3fd483c789dad70f3a9102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20C=C3=A9sar=20Batista?= Date: Tue, 27 Aug 2019 11:14:45 -0300 Subject: [PATCH] Changes --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7cf8b73..c610c2f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,13 +12,13 @@ Whenever possible, link the given PR with the feature/fix. [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.2.0 (2019-07-31) +## 0.2.0 (2019-08-27) ### Added * Support for `.csv` and `.json` input files [PR#8](https://github.com/ejulio/spider-feeder/pull/8) * Support for Scrapinghub Collections [PR#11](https://github.com/ejulio/spider-feeder/pull/11) -* Support for loading meta data in requests through `StartRequestsLoader` [PR #12](https://github.com/ejulio/spider-feeder/pull/12) +* Support for loading urls and meta data through `StartUrlsAndMetaLoader` [PR #12](https://github.com/ejulio/spider-feeder/pull/12) and [PR #14](https://github.com/ejulio/spider-feeder/pull/14) ### Changed