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)
### 功能 / 优化
- **更好的支持 Scrapy**. 爬虫识别`settings.py` 配置日志级别选择爬虫选择. [#435](https://github.com/crawlab-team/crawlab/issues/435)
- **Git 同步**. 允许用户将 Git 项目同步到 Crawlab.
### Bug 修复
# 0.4.6 (2020-02-13)
### 功能 / 优化
- **Node.js SDK**. 用户可以将 SDK 应用到他们的 Node.js 爬虫中.

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.