File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77## [ 1.1.0] - YYYY-MM-DD
8-
8+ ### Added
99- Import classes from [ ` psr/log ` ] [ ] ` v1.1.4 ` , for compatibility with ` v2.0.0 ` and ` v3.0.0 ` .
1010
11- ## [ 1.0.0] - YYYY-MM-DD
12-
11+ ## [ 1.0.0] - 2022-09-07
12+ ### Changed
13+ - Compatible with PHP 7.4 and 8.x. Dropped support for lower versions as Test class is marked @requires PHP 7.4
1314- Initial release. This ports the test for and from [ ` psr/log ` v1.1] [ ] , according to
1415[ decision] [ 1 ] .
15-
1616[ `psr/log` ] : https://packagist.org/packages/psr/log
1717[ 1 ] : https://github.com/php-fig/log/pull/76#issuecomment-858743302
1818
1919## [ 0.0.0] - 2022-08-15
20-
20+ ### Changed
21+ - Class namespaces are now under the Fig\\ namespace.
2122- Unreleased. Transitioned from the psr/log-util package to the fig/log-test package due to policy discussion.
You can’t perform that action at this time.
0 commit comments