From 07719015b3c4a647d1343c2d8897a965fefc53fc Mon Sep 17 00:00:00 2001 From: uno-sw Date: Fri, 2 Aug 2024 13:28:07 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 532de8a..127290c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ All notable changes to this project will be documented in this file. ### Added +- Add support for AsCollection::using and AsEnumCollection::of casts [#1577 / uno-sw](https://github.com/barryvdh/laravel-ide-helper/pull/1577) + 2024-07-12, 3.1.0 ------------------