updated CHANGELOG

This commit is contained in:
marvzhang
2020-03-28 18:45:53 +08:00
parent 41fca64dbe
commit 286fdeeaae
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
- **More Advanced Access Control**. More granular access control, e.g. normal users can only view/manage their own spiders/projects and admin users can view/manage all spiders/projects.
- **Feedback**. Allow users to send feedbacks and ratings to Crawlab team.
- **Better Home Page Metrics**. Optimized metrics display on home page.
- **Configurable Spiders Converted to Customized Spiders**. Allow users to convert their configurable spiders into customized spiders which are also Scrapy spiders.
### Bug Fixes
- **CLI unable to use on Windows**. [#580](https://github.com/crawlab-team/crawlab/issues/580)