From c1a67f4c1a3bd357e41ca86f83656060d232bf46 Mon Sep 17 00:00:00 2001 From: Casey McLaughlin Date: Thu, 20 Aug 2020 14:01:22 -0400 Subject: [PATCH] Whoops; didn't mean to make that last commit --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bda1e7e..15bb38e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ 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.