diff --git a/CHANGELOG-zh.md b/CHANGELOG-zh.md index 469dddb1..3c50a0cc 100644 --- a/CHANGELOG-zh.md +++ b/CHANGELOG-zh.md @@ -11,6 +11,10 @@ - **加载页面优化**. ### Bug 修复 +- **重复节点**. [#391](https://github.com/crawlab-team/crawlab/issues/391) +- **重复上传爬虫**. [#603](https://github.com/crawlab-team/crawlab/issues/603) +- **节点第三方模块安装失败导致 节点安装第三方部分无法使用**. [#609](https://github.com/crawlab-team/crawlab/issues/609) +- **离线节点也会创建任务**. [#622](https://github.com/crawlab-team/crawlab/issues/622) # 0.4.7 (2020-02-24) ### 功能 / 优化 diff --git a/CHANGELOG.md b/CHANGELOG.md index 078db1f3..78ae2ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ - **Loading Page Optimization**. ### Bug Fixes +- **Duplicated Nodes**. [#391](https://github.com/crawlab-team/crawlab/issues/391) +- **Duplicated Spider Upload**. [#603](https://github.com/crawlab-team/crawlab/issues/603) +- **Failure in dependencies installation results in unusable dependency installation functionalities.**. [#609](https://github.com/crawlab-team/crawlab/issues/609) +- **Create Tasks for Offline Nodes**. [#622](https://github.com/crawlab-team/crawlab/issues/622) # 0.4.7 (2020-02-24) ### Features / Enhancement