Skip to content

Commit 4d9e6a6

Browse files
committed
Update Changelog for 3.1
Include changes merged prior to preparing fork for Packagist
1 parent e44757b commit 4d9e6a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ QueryPath Changelog
22
===========================
33

44
# 3.1.0
5+
6+
- Fixes a number of type-related errors on PHP 8.1
7+
- Update PHPUnit Test Suite to pass from PHP7.1 to 8.1
8+
- Add GitHub Actions to run PHPUnit for all PRs
9+
- Removes composer.lock file to ensure the correct PHPUnit is installed in GitHub Actions. Since this is a library this is generally the accepted practice.
10+
- Removed the Faker dependency (it didn't appear to be used in the codebase and has been sunset).
11+
- Apply PSR-2 Linter to Codebase, using tabs instead of spaces
512
- Rename QueryPath fork and prepare for publishing on Packagist
613

714
# 3.0.4

0 commit comments

Comments
 (0)