- Pin APScheduler v3 to avoid unexpected errors as v4 may have significant changes. Thanks [christopherpickering](https://github.com/christopherpickering) for the PR. - Fix issue [139](https://github.com/viniciuschiele/flask-apscheduler/issues/139)
1.11.0
- Add task decorator. Thanks [jscurtu](https://github.com/jscurtu) for the PR.
1.10.1
- Add LICENSE file to the package.
1.10.0
- Add SCHEDULER_ENDPOINT_PREFIX setting to control the endpoint name. Thanks [andreicalistru](https://github.com/andreicalistru). - Set SCHEDULER_API_PREFIX default value to '/scheduler'. Thanks [andreicalistru](https://github.com/andreicalistru).
1.9.0
- Add SCHEDULER_API_PREFIX to control the endpoint url. Thanks [FrEaKmAn](https://github.com/FrEaKmAn) for the PR. - Fix issue [75](https://github.com/viniciuschiele/flask-apscheduler/issues/75)
1.8.0
- Add property to get the state of the scheduler. - Deprecate delete_job/delete_all_jobs in favor of remove_job/remove_all_jobs