Skip to content

Commit

Permalink
Merge pull request #64 from uzzu/fix-changelog
Browse files Browse the repository at this point in the history
Fix changelog
  • Loading branch information
uzzu authored Nov 26, 2023
2 parents 42e4a4d + ab33a8a commit 0dbf835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0dbf835

Please sign in to comment.