From aa1aa66ee6cd70acb6c8be6cc0fc2bdee3dc76ba Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 20 Feb 2023 09:40:08 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a32411..f305c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file. ### Added - Add support for `immutable_date:*` and `immutable_datetime:*` casts. [#1380 / thekonz](https://github.com/barryvdh/laravel-ide-helper/pull/1380) +### Changed +- Refactor resolving of null information for custom casted attribute types [#1330 / wimski](https://github.com/barryvdh/laravel-ide-helper/pull/1330) + 2023-02-04, 2.13.0 ------------------