Updated CHANGELOG.md
This commit is contained in:
parent
822ae9ac76
commit
d1ada4667d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue