From 06c1fab9b57816380e060e067b5bccd80c824d01 Mon Sep 17 00:00:00 2001 From: barryvdh Date: Wed, 8 Jan 2025 10:03:44 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bbf321..5ab600f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v3.5.3 - 2025-01-08 + +### What's Changed + +* Catch meta, tweak auth by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1654 +* Check if macro is valid by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1655 +* feat: use generics of return type to determine resulting models by @Bloemendaal in https://github.com/barryvdh/laravel-ide-helper/pull/1653 + +### New Contributors + +* @Bloemendaal made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1653 + +**Full Changelog**: https://github.com/barryvdh/laravel-ide-helper/compare/v3.5.2...v3.5.3 + ## v3.5.2 - 2025-01-06 ### Fixes