-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
378c3fc
commit 43bd737
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# Release Notes | ||
|
||
## [Unreleased](https://github.com/lazervel/dotenv/compare/v3.0.0...v3.0.0) | ||
|
||
## [v3.0](https://github.com/lazervel/dotenv/releases/tag/v3.0.0) - 02 November 2024 | ||
- Added `required()` method use to `Dotenv::process(__DIR__, 'yourconfig.env')->required($variables);` develop by [@shahzadamodassir](https://github.com/shahzadamodassir). | ||
- Added `ifPresent()` method use to `Dotenv::process(__DIR__, 'yourconfig.env')->ifPresent($variables);` develop by [@shahzadamodassir](https://github.com/shahzadamodassir). | ||
- [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. |