coding-standard/CHANGELOG.md

16 lines
485 B
Markdown
Raw Permalink Normal View History

2022-08-19 22:50:26 +00:00
# Changelog
All notable changes to this package will be documented in this file
## Unreleased
2023-05-28 20:20:39 +00:00
## 1.1.0 - 2023-05-28
- Bumped PHP requirement to 8.2 and bumped Composer dependencies [minor]
- Added Forgejo test workflows [patch]
- Updated `README` & `LICENSE` [patch]
## 1.0.1 - 2022-08-18
- Added exclusion for `SlevomatCodingStandard.Classes.DisallowLateStaticBindingForConstants` to allow late static binding for constants [patch]
2022-08-19 22:50:26 +00:00
## 1.0.0 - 2022-08-20
- Initial release [major]