From 8c6c1005be85f690228a260a7bccf73e929c3fab Mon Sep 17 00:00:00 2001 From: Casey McLaughlin Date: Thu, 20 Aug 2020 13:59:43 -0400 Subject: [PATCH] Fixed CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15bb38e..bda1e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - (dev) Added `*.cache` to gitignore (mostly for PHPUnit) - (dev) Made compatible with PHPUnit v9 and updated `phpunit.xml.dist` schema +## [2.3.1] - 2020-08-20 ### Fixed - Fixed bug from v2.3: If default slugifier is used (UniqueSlugify.php), then ensure unique instance each time `MarkupFixer::fix()` is run This will prevent it from continuing to generate unique slugs if used more than once.