Updated CHANGELOG.md

This commit is contained in:
Netkas 2023-07-11 13:53:42 -04:00
parent 822ae9ac76
commit d1ada4667d
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.1] - Unreleased
### Changed
### Added
* ConfigurationLib will now attempt to load configuration files from Environment Variables if they are set, for example
if `com.example.application` wants to load `ExampleConfiguration` it will first check if `CONFIGLIB_EXAMPLECONFIGURATION`
is set, and if so, load that file instead of the default `example-configuration.yml` file. If the file is not found,