From 97fd0e0a2d6e76d4c574ae982863214dd7ea0963 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Sat, 4 Feb 2023 22:04:42 +0100 Subject: [PATCH] Update changelog after new release 2.13.0 (#1418) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7ef1c..ef0c1a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ All notable changes to this project will be documented in this file. -[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.12.3...master) +[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.13.0...master) -------------- +2023-02-04, 2.13.0 +------------------ + ### Fixes - Fix return type of methods provided by `SoftDeletes` [#1345 / KentarouTakeda](https://github.com/barryvdh/laravel-ide-helper/pull/1345) - Handle PHP 8.1 deprecation warnings when passing `null` to `new \ReflectionClass` [#1351 / mfn](https://github.com/barryvdh/laravel-ide-helper/pull/1351)