From b805027124e98ede06d958906e6b0026341b02fc Mon Sep 17 00:00:00 2001 From: joy2362 Date: Fri, 28 Jun 2024 15:24:18 +0600 Subject: [PATCH] feat: add changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4e80983 --- /dev/null +++ b/CHANGELOG.md @@ -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.