From d1ada4667d4311897fe67d3a0fa09d38056b411d Mon Sep 17 00:00:00 2001 From: Netkas Date: Tue, 11 Jul 2023 13:53:42 -0400 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index def1798..e207ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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,