Skip to content

Commit 8bfe918

Browse files
authored
Update CHANGELOG.md
1 parent 6579c03 commit 8bfe918

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
88
### Fixed
99

1010
### Changed
11+
- Use of doctrine/dbal [#1512 / barryvdh](https://github.com/barryvdh/laravel-ide-helper/pull/1512)
12+
With this functionality gone, a few changes have been made:
13+
- support for custom datatypes has been dropped (config `custom_db_types`) unknown data types default to `string` now and to fix the type, add a proper cast in Eloquent
14+
- You _might_ have top-level dependency on doctrine/dbal. This may have been in the past due to ide-helper, we suggest to check if you still need it and remove it otherwise
1115

1216
### Added
1317

0 commit comments

Comments
 (0)