Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
indianmodassir authored Nov 2, 2024
1 parent 378c3fc commit 43bd737
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
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.

0 comments on commit 43bd737

Please # to comment.