diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..de4fbf5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## Unreleased + +### Added + +* Add CHANGELOG.md. +* Add missing validation rules to the `Configuration` DTO object. +* Add a test to ensure the web server is a valid type. + +### Changed + +* `App\Enum\Webserver` now returns a string. +* `ConfigurationValidatorTest` no longer performs serialisation.