diff --git a/CHANGELOG.md b/CHANGELOG.md index b933d37..ef5e7e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,3 +8,5 @@ - [BC BREAK] Since v3.x, Due to significant updates in the library, all previous configurations may no longer work as expected. Users will need to reconfigure their settings to align with the new structure and behavior introduced in this update. - Review the updated documentation for `Dotenv::process(__DIR__, 'yourconfig.env');` to understand the new behavior. - Ensure that any calls to these methods are updated to accommodate these changes. + +**Suggest:** We allow to use PHP `dotenv` library version from [3.0.1](https://github.com/lazervel/dotenv/releases/tag/v3.0.1) to [latest](https://github.com/lazervel/dotenv/releases/latest) Recomended [latest](https://github.com/lazervel/dotenv/releases/latest) version for best performance.