Skip to content

Commit 407ca19

Browse files
committed
docs: release 0.40.0
1 parent 387ea4a commit 407ca19

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.40.0] - 2024-06-28
8+
### Added
9+
* PHPStan Extension Installer Support
10+
* Doctrine DBAL 4 Support (deep Laravel 11 dependency)
11+
712
## [0.39.0] - 2024-05-21
813
### Added
914
* `concurrently()` modifier for index creation

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,6 +1302,8 @@ Schema::create('comments', function (Blueprint $table) {
13021302

13031303
# Breaking Changes
13041304

1305+
* 0.39.0 -> 0.40.0
1306+
* The Enhanced PostgreSQL Driver PHPStan extension is now automatically registered with the PHPStan Extension Installer. The manual registration of the extension needs to be removed when PHPStan crashed because the extension is registered twice.
13051307
* 0.35.0 -> 0.36.0
13061308
* Some query builder methods had to be changed because they've now overlapped with new ones added by Laravel 10.47:
13071309
* `whereAll` -> `whereAllValues`

0 commit comments

Comments
 (0)