From 2611e6081dbbb05837a16ed339c0451923d4046e Mon Sep 17 00:00:00 2001 From: Florian Eckerstorfer Date: Tue, 11 Jan 2022 21:51:10 +0100 Subject: [PATCH] docs: Update README for v4.1 release --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 1baee5cd..f783e47b 100644 --- a/README.md +++ b/README.md @@ -506,6 +506,19 @@ $slugify = $container->get(Slugify\SlugifyInterface::class); ## Change Log +### Version 4.1 (11 January 2022) + +Support for Symfony 6. + +- [#244](https://github.com/cocur/slugify/pull/244) .gitignore cleanup (by [kubawerlos](https://github.com/kubawerlos)) +- [#259](https://github.com/cocur/slugify/pull/259) Fix portuguese-brazil language (by [stephandesouza](https://github.com/stephandesouza)) +- [#272](https://github.com/cocur/slugify/pull/272) Improve tests about assertions (by [peter279k](https://github.com/peter279k)) +- [#278](https://github.com/cocur/slugify/pull/278) Update georgian.json (by [nikameto](https://github.com/nikameto)) +- [#299](https://github.com/cocur/slugify/pull/299) Allow Symfony 6 and resolve depreciations (by [GromNaN](https://github.com/GromNaN)) +- [#264](https://github.com/cocur/slugify/pull/264) Add new Gujarati language (by [infynnoTech](https://github.com/infynnoTech)) +- [#297](https://github.com/cocur/slugify/pull/297) More Yoruba character support (by [9jaGuy](https://github.com/9jaGuy)) + + ### Version 4.0 (14 December 2019) Version 4 does not introduce new major features, but adds support for Symfony 4 and 5, Twig 3 and, most importantly, PHP 7.3 and 7.4.