Prepare 2.12 release

### Added
- Add support for custom casts that using `Castable` [#1287 / binotaliu](https://github.com/barryvdh/laravel-ide-helper/pull/1287)
- Added Laravel 9 support [#1297 / rcerljenko](https://github.com/barryvdh/laravel-ide-helper/pull/1297)
This commit is contained in:
Markus Podar
2022-01-23 17:38:31 +01:00
parent ac1e27167d
commit 7052b4f708
+4 -1
View File
@@ -2,8 +2,11 @@
All notable changes to this project will be documented in this file.
[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.11.0...master)
[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.12.0...master)
--------------
2022-01-23, 2.12.0
------------------
### Added
- Add support for custom casts that using `Castable` [#1287 / binotaliu](https://github.com/barryvdh/laravel-ide-helper/pull/1287)
- Added Laravel 9 support [#1297 / rcerljenko](https://github.com/barryvdh/laravel-ide-helper/pull/1297)