updated CHANGELOG.md

This commit is contained in:
Marvin Zhang
2019-07-07 16:48:06 +08:00
parent 211fc134b1
commit 5150a6a760

View File

@@ -2,6 +2,7 @@
### Features / Enhancement
- **Documentation**: Better and much more detailed documentation.
- **Better Crontab**: Make crontab expression through crontab UI.
- **Better Performance**: Switched from native flask engine to `gunicorn`. [#78](https://github.com/tikazyq/crawlab/issues/78)
### Bugs Fixes
- **Deleting Spider**. Deleting a spider does not only remove record in db but also removing related folder, tasks and schedules. [#69](https://github.com/tikazyq/crawlab/issues/69)