diff --git a/.all-contributorsrc b/.all-contributorsrc index c87dcec7e..35e857af8 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1323,9 +1323,7 @@ "name": "Axel H.", "avatar_url": "https://avatars.githubusercontent.com/u/15725?v=4", "profile": "https://noirbizar.re/", - "contributions": [ - "code" - ] + "contributions": [] } ], "contributorsPerLine": 7, diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb75b2fc..9bf4caf59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ### 🐞 Fixed * `handleRedraws()` function now stops properly when reading from a closed channel by [@Crash129](https://github.com/Crash129) +* The `WTF_CONFIG` environment variable can now be used to [set the configuration path](https://github.com/wtfutil/wtf/pull/1572), by [@noirbizarre](https://github.com/noirbizarre) ## v0.43.0 diff --git a/README.md b/README.md index 70e8c44a3..6b7ba8e9a 100644 --- a/README.md +++ b/README.md @@ -500,7 +500,7 @@ Dependency management in WTF is handled by [Go modules](https://github.com/golan