From 0d719e071c707913d7a429d7f731cacaffb2b3bb Mon Sep 17 00:00:00 2001 From: marvzhang Date: Tue, 21 Apr 2020 14:27:15 +0800 Subject: [PATCH] updated CHANGELOG --- CHANGELOG-zh.md | 2 +- CHANGELOG.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-zh.md b/CHANGELOG-zh.md index 2b9d6083..c4f169c9 100644 --- a/CHANGELOG-zh.md +++ b/CHANGELOG-zh.md @@ -1,4 +1,4 @@ -# 0.4.10 (TBC) +# 0.4.10 (2020-04-21) ### 功能 / 优化 - **优化日志管理**. 集中化管理日志,储存在 MongoDB,减少对 PubSub 的依赖,允许日志异常检测. - **自动安装依赖**. 允许从 `requirements.txt` 和 `package.json` 自动安装依赖. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6dde6e..a697e655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.4.10 (TBC) +# 0.4.10 (2020-04-21) ### Features / Enhancement - **Enhanced Log Management**. Centralizing log storage in MongoDB, reduced the dependency of PubSub, allowing log error detection. - **API Token**. Allow users to generate API tokens and use them to integrate into their own systems. @@ -11,6 +11,7 @@ ### Bug Fixes - **Cannot register**. [#670](https://github.com/crawlab-team/crawlab/issues/670) +- **Spider schedule tab cron expression shows second**. [#678](https://github.com/crawlab-team/crawlab/issues/678) - **Missing daily stats in spider**. [#684](https://github.com/crawlab-team/crawlab/issues/684) - **Results count not update in time**. [#689](https://github.com/crawlab-team/crawlab/issues/689)