Skip to content

Commit

Permalink
Update releases notes for v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
florianeckerstorfer committed Aug 13, 2022
1 parent 917908b commit 7e7d030
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e7d030

Please sign in to comment.