updated CHANGELOG

This commit is contained in:
marvzhang
2020-02-19 10:42:51 +08:00
parent 3bd3c0117b
commit 2b084d8670
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
# 0.4.7 (unknown)
### Features / Enhancement
- **Better Support for Scrapy**. Spiders identification, `settings.py` configuration, log level selection, spider selection. [#435](https://github.com/crawlab-team/crawlab/issues/435)
- **Git Sync**. Allow users to sync git projects to Crawlab.
### Bug Fixes
# 0.4.6 (2020-02-13)
### Features / Enhancement
- **SDK for Node.js**. Users can apply SDK in their Node.js spiders.