From c552cf36928c035a4119cc1d630a32c6bc6ad9f5 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Fri, 5 Jan 2024 16:35:44 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5898a34..ba91a9f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to `laravel-html` will be documented in this file. +## 3.4.0 - 2024-01-05 + +### What's Changed + +* Fix docblock to solve phpstan errors when passing an array to html()->div() by @SanderMuller in https://github.com/spatie/laravel-html/pull/210 +* Documentation on how to extend the package by @azamtav in https://github.com/spatie/laravel-html/pull/204 + +### New Contributors + +* @SanderMuller made their first contribution in https://github.com/spatie/laravel-html/pull/210 +* @azamtav made their first contribution in https://github.com/spatie/laravel-html/pull/204 + +**Full Changelog**: https://github.com/spatie/laravel-html/compare/3.3.0...3.4.0 + ## 3.3.0 - 2023-10-24 ### What's Changed