From 749a3055972ebf4197f663eedcb38cae3c81f1c8 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Thu, 23 Jan 2025 14:33:55 +0100 Subject: [PATCH] new version --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f71f1..5784c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [4.0.2] - 2025-01-23 +### Fixed +- PHP 8.4 deprecation errors (implicitly nullable parameter) [#30] + ## [4.0.1] - 2024-11-21 ### Fixed - Support for Php 8.4 [#29]. @@ -223,7 +227,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [#23]: https://github.com/middlewares/utils/issues/23 [#26]: https://github.com/middlewares/utils/issues/26 [#29]: https://github.com/middlewares/utils/issues/29 +[#30]: https://github.com/middlewares/utils/issues/30 +[4.0.2]: https://github.com/middlewares/utils/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/middlewares/utils/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/middlewares/utils/compare/v3.3.0...v4.0.0 [3.3.0]: https://github.com/middlewares/utils/compare/v3.2.0...v3.3.0