From 1d674022e9cbefa80b4f51aa3e2375b6e3c14fdb Mon Sep 17 00:00:00 2001 From: Florian Eckerstorfer Date: Tue, 10 Sep 2024 16:09:25 +0200 Subject: [PATCH] docs: Update CHANGELOG for 4.6.0 release --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 347921d..b0d610b 100644 --- a/README.md +++ b/README.md @@ -521,6 +521,12 @@ $slugify = $container->get(Slugify\SlugifyInterface::class); ## Change Log +### Version 4.6.0 (10 September 2024) + +- [#336](https://github.com/cocur/slugify/pull/336) Add Yiddish language ruleset ([yankl](https://github.com/yankl)) +- [#340](https://github.com/cocur/slugify/pull/340) Fix for Symfony 7.1 (by [Evgeny1973](https://github.com/Evgeny1973)) +- [#342](https://github.com/cocur/slugify/pull/342) Fix PHP 8.4 deprecation about implicit null arguments (by [shyim](https://github.com/shyim)) + ### Version 4.5.1 (16 September 2023) - Drop support for PHP 7 and fix version constraints