docs: add CHANGELOG.md

This commit is contained in:
Oliver Davies 2023-11-22 21:31:26 +00:00
parent 0aaf2cc59e
commit 08852c898a

14
CHANGELOG.md Normal file
View file

@ -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.