Skip to content

Commit

Permalink
docs: Update README for v4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
florianeckerstorfer committed Jan 11, 2022
1 parent 5d7e59f commit 2611e60
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,19 @@ $slugify = $container->get(Slugify\SlugifyInterface::class);

## Change Log

### Version 4.1 (11 January 2022)

Support for Symfony 6.

- [#244](https:/cocur/slugify/pull/244) .gitignore cleanup (by [kubawerlos](https:/kubawerlos))
- [#259](https:/cocur/slugify/pull/259) Fix portuguese-brazil language (by [stephandesouza](https:/stephandesouza))
- [#272](https:/cocur/slugify/pull/272) Improve tests about assertions (by [peter279k](https:/peter279k))
- [#278](https:/cocur/slugify/pull/278) Update georgian.json (by [nikameto](https:/nikameto))
- [#299](https:/cocur/slugify/pull/299) Allow Symfony 6 and resolve depreciations (by [GromNaN](https:/GromNaN))
- [#264](https:/cocur/slugify/pull/264) Add new Gujarati language (by [infynnoTech](https:/infynnoTech))
- [#297](https:/cocur/slugify/pull/297) More Yoruba character support (by [9jaGuy](https:/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.
Expand Down

0 comments on commit 2611e60

Please sign in to comment.