From b6754b2a562fe756a331ffb01e9fce0cf79687af Mon Sep 17 00:00:00 2001 From: Jacob Kiesel Date: Thu, 19 Dec 2024 13:10:25 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2afe6fe..93b21c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 7.0.1 + +- Get user home directory from `env_home` instead of `home`. Thanks @micolous for this contribution! +- If home directory is unavailable, do not expand the tilde to an empty string. Leave it as is. + ## 7.0.0 - Add support to `WhichConfig` for a user provided closure that will be called whenever a nonfatal error occurs.