From 4c6ed14a087ca061b220ffda640c07644946e2a0 Mon Sep 17 00:00:00 2001 From: Florian Eckerstorfer Date: Sat, 5 Aug 2023 11:42:11 +0200 Subject: [PATCH] docs: Update README for v4.4 release --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4ee325b..e27a9eb 100644 --- a/README.md +++ b/README.md @@ -521,6 +521,11 @@ $slugify = $container->get(Slugify\SlugifyInterface::class); ## Change Log +### Version 4.4 (5 August 2023) + +- [#320](https://github.com/cocur/slugify/pull/320) Add Korean (by [MrMooky](https://github.com/MrMooky)) +- [#322](https://github.com/cocur/slugify/pull/322) Add types to avoid PHP 8.2 deprecation warning (by [antoniovj1](https://github.com/antoniovj1)) + ### Version 4.3 (7 December 2022) - [#317](https://github.com/cocur/slugify/pull/317) Add PHP 8.2 support (by [fezfez](https://github.com/fezfez))