Skip to content

Commit 0fee1c4

Browse files
authored
Update changelog / releases (#1134)
1 parent 64a6b90 commit 0fee1c4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.8.1...master)
5+
[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.9.1...master)
66
--------------
7+
8+
2020-12-30, 2.9.0
9+
-----------------
710
### Changed
8-
- Dropped support for Laravel 6 and Laravel 7, as well as support for PHP 7.2 [\# / mfn]()
11+
- Dropped support for Laravel 6 and Laravel 7, as well as support for PHP 7.2 and added support for doctrine/dbal:^3 [\#1114 / mfn](https://github.com/barryvdh/laravel-ide-helper/pull/1114)
912

13+
### Fixed
14+
- `Macro::initPhpDoc()` will save original docblock if present [\#1116 / LastDragon-ru](https://github.com/barryvdh/laravel-ide-helper/pull/1116)
15+
- `Alias` will grab macros from `\Illuminate\Database\Eloquent\Builder` too [\#1118 / LastDragon-ru](https://github.com/barryvdh/laravel-ide-helper/pull/1118)
16+
17+
2020-12-08, 2.8.2
18+
-----------------
1019
### Added
1120
- Fix phpdoc generate for custom cast with parameter [\#986 / artelkr](https://github.com/barryvdh/laravel-ide-helper/pull/986)
1221
- Created a possibility to add custom relation type [\#987 / efinder2](https://github.com/barryvdh/laravel-ide-helper/pull/987)

0 commit comments

Comments
 (0)