All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Import classes from [
psr/log
][]v1.1.4
, for compatibility withv2.0.0
andv3.0.0
.
- Compatible with PHP 7.4 and 8.x. Dropped support for lower versions as Test class is marked @requires PHP 7.4
- Initial release. This ports the test for and from [
psr/log
v1.1][], according to [decision][1]. [psr/log
]: https://packagist.org/packages/psr/log [1]: php-fig/log#76 (comment)
- Class namespaces are now under the Fig\ namespace.
- Unreleased. Transitioned from the psr/log-util package to the fig/log-test package due to policy discussion.