Add schedule edit support

This commit is contained in:
Dane Everitt 2018-02-04 13:51:24 -06:00
parent f42bc8a031
commit d4d9eda57a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 128 additions and 5 deletions

View file

@ -15,6 +15,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Changed
* Changed logger to skip reporting stack-traces on PDO exceptions due to sensitive information being contained within.
### Added
* Added support for editing an existing schedule.
## v0.7.0-rc.1 (Derelict Dermodactylus)
### Fixed
* `[beta.4]` — Fixes some bad search and replace action that happened previously and was throwing errors when validating user permissions.