updated CHANGELOG

This commit is contained in:
marvzhang
2020-01-17 14:14:30 +08:00
parent 4a3d48dde6
commit ca2e779708
3 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@@ -121,4 +121,5 @@ _book/
.idea
*.lock
backend/spiders
backend/spiders
spiders/*.zip

View File

@@ -12,6 +12,8 @@
### Bug 修复
- **`nil retuened` 错误**.
- **使用 HTTPS 出现的报错**.
- **无法在爬虫列表页运行可配置爬虫**.
- **上传爬虫文件缺少表单验证**.
# 0.4.3 (2020-01-07)

View File

@@ -11,6 +11,8 @@
### Bug Fixes
- **`nil retuened` error**.
- **Error when using HTTPS**.
- **Unable to run Configurable Spiders on Spider List**.
- **Missing form validation before uploading spider files**.
# 0.4.3 (2020-01-07)