-
Notifications
You must be signed in to change notification settings - Fork 1
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
joy2362
committed
Jun 28, 2024
1 parent
4925ab5
commit b805027
Showing
1 changed file
with
24 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
|
||
## [1.3.0] - 2024-06-28 | ||
|
||
- **Feature:** Added support for PHP 8.1 and 8.2. | ||
- **Enhancement:** Improved timezone list retrieval performance. | ||
- **Bugfix:** Corrected `listByRegion` method to handle edge cases correctly. | ||
- **Documentation:** Updated README with new usage examples and installation instructions. | ||
|
||
## [1.2.0] - 2023-01-30 | ||
|
||
- **Bugfix:** Fixed `listByRegion` method to accurately filter timezones by region. | ||
- **Enhancement:** Added more detailed error messages for invalid timezone entries. | ||
- **Maintenance:** Updated dependencies to the latest versions for security improvements. | ||
|
||
## [1.1.0] - 2023-01-30 | ||
|
||
- **Bugfix:** Resolved namespace issues with the facade. | ||
- **Enhancement:** Improved handling of default time zones in configurations. | ||
- **Documentation:** Added section for troubleshooting common issues. | ||
|
||
## [1.0.0] - 2023-01-30 | ||
|
||
- **Initial Release:** First release of the php-time-zone package, providing a comprehensive list of all PHP-supported time zones with various utility methods for easy manipulation and retrieval. |