Skip to content

Commit 0f4ac7a

Browse files
authored
Update CHANGELOG for version 6.0.1
Document updates in version 6.0.1 including README changes, CI configuration, code coverage improvements, PHP 8.5 support, and Psalm annotations.
1 parent 6b0c1f8 commit 0f4ac7a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 6.0.1
4+
5+
- Update README.md, continuous-integration.yml, scrutinizer.yml, code coverage by @harikt in https://github.com/auraphp/Aura.Sql/pull/237, https://github.com/auraphp/Aura.Sql/pull/239 , https://github.com/auraphp/Aura.Sql/pull/240, https://github.com/auraphp/Aura.Sql/pull/241,
6+
https://github.com/auraphp/Aura.Sql/pull/244
7+
- Upload coverage report by @koriym in https://github.com/auraphp/Aura.Sql/pull/243
8+
- PHP 8.5 Support by @koriym in https://github.com/auraphp/Aura.Sql/pull/247
9+
- Add Psalm taint-sink annotations for SQL injection detection by @koriym in https://github.com/auraphp/Aura.Sql/pull/248, https://github.com/auraphp/Aura.Sql/pull/249
10+
311
## 6.0.0
412

513
- CHG: BC Break `ExtendedPdo::connect` renamed to `ExtendedPdo::lazyConnect`

0 commit comments

Comments
 (0)