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)