diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa31e2..08e3ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix of [#39](https://github.com/uzzu/dotenv-gradle/issues/39) - For example, if `dotenv.filename=.env.staging` is set in the root project, this setting will automatically apply to sub-projects as well. While this follows the correct resolution order of Gradle Properties, it has been a source of confusion for users working with dotenv. - To disable this default behavior, add `dotenv.filename.ignore.parent=false` to the gradle.properties in the root project. - - A same update has been applied to the specification of template file names. To disable this default behavior, add `dotenv.template.filename.ignore.parent=false` to the gradle.properties in the root project. + - A same update has been applied to the feature of changing `.env.template` filename. To disable this default behavior, add `dotenv.template.filename.ignore.parent=false` to the gradle.properties in the root project. ### Deprecated