diff --git a/CHANGELOG-zh.md b/CHANGELOG-zh.md index 51062ab5..5fa8dc0e 100644 --- a/CHANGELOG-zh.md +++ b/CHANGELOG-zh.md @@ -3,6 +3,7 @@ ### 功能 / 优化 - **邮件通知**. 允许用户发送邮件消息通知. - **钉钉机器人通知**. 允许用户发送钉钉机器人消息通知. +- **企业微信机器人通知**. 允许用户发送企业微信机器人消息通知. - **API 地址优化**. 在前端加入相对路径,因此用户不需要特别注明 `CRAWLAB_API_ADDRESS`. - **SDK 兼容**. 允许用户通过 Crawlab SDK 与 Scrapy 或通用爬虫集成. diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ccb3e8..ba842b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Features / Enhancement - **Email Notification**. Allow users to send email notifications. - **DingTalk Robot Notification**. Allow users to send DingTalk Robot notifications. +- **Wechat Robot Notification**. Allow users to send Wechat Robot notifications. - **API Address Optimization**. Added relative URL path in frontend so that users don't have to specify `CRAWLAB_API_ADDRESS` explicitly. - **SDK Compatiblity**. Allow users to integrate Scrapy or general spiders with Crawlab SDK.