Fix behavior of validation when creating egg variables

This commit is contained in:
Dane Everitt 2018-02-17 13:09:54 -06:00
parent 303b64ced1
commit d52f8d9215
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 1 additions and 20 deletions

View file

@ -19,6 +19,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Changed
* PHP 7.2 is now the minimum required version for this software.
* Egg variable default values are no longer validated aganist the ruleset when configuring them. Validation of those rules will only occur when editing or creating a server.
## v0.7.0-rc.2 (Derelict Dermodactylus)
### Fixed