From bb1bd8282bb028fad10da6c04a611d716591635a Mon Sep 17 00:00:00 2001 From: marvzhang Date: Wed, 11 Mar 2020 15:53:02 +0800 Subject: [PATCH] updated CHANGELOG --- CHANGELOG-zh.md | 4 ++++ CHANGELOG.md | 4 ++++ 2 files changed, 8 insertions(+) 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