From 353342048cae3621f8abb3a23e00af880ab2c69f Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Mon, 19 Feb 2024 19:29:15 -0800 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=AA=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66642eda..e35152ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. See [standa ### Changed -- 🐞 fix recent regression when using `path` option. should never try to default to `.env` if set. (regression was introduced in `16.4.3`) [#814](https://github.com/motdotla/dotenv/pull/814) +- 🐞 fix recent regression when using `path` option. return to historical behavior: do not attempt to auto find `.env` if `path` set. (regression was introduced in `16.4.3`) [#814](https://github.com/motdotla/dotenv/pull/814) ## [16.4.4](https://github.com/motdotla/dotenv/compare/v16.4.3...v16.4.4) (2024-02-13)