From 7e7d03067d1075b1147090b3e1df672dfffb9dc3 Mon Sep 17 00:00:00 2001 From: Florian Eckerstorfer Date: Sat, 13 Aug 2022 17:23:32 +0200 Subject: [PATCH] Update releases notes for v4.2 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f783e47..ecd7b87 100644 --- a/README.md +++ b/README.md @@ -506,6 +506,14 @@ $slugify = $container->get(Slugify\SlugifyInterface::class); ## Change Log +### Version 4.2 (13 August 2022) + +- [#305](https://github.com/cocur/slugify/pull/305) Add support for custom fonts (by [luca-alsina](https://github.com/luca-alsina)) +- [#309](https://github.com/cocur/slugify/pull/309) Add handling for undefined rulesets (by [aadmathijssen](https://github.com/aadmathijssen)) +- [#227](https://github.com/cocur/slugify/pull/227) Add support for capital sharp s (by [weeman1337](https://github.com/weeman1337)) +- [#312](https://github.com/cocur/slugify/pull/312) Fix composer.lock file (by [florianeckerstorfer](https://github.com/florianeckerstorfer)) +- [#313](https://github.com/cocur/slugify/pull/313) Update PHP version requirement (by [florianeckerstorfer](https://github.com/florianeckerstorfer)) + ### Version 4.1 (11 January 2022) Support for Symfony 6.