Add missing CHANGELOG

This commit is contained in:
Fabien Potencier
2025-02-08 10:47:15 +01:00
parent 3cdf26fe76
commit 40a2d5b57f
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
# 3.20.0 (2025-XX-XX)
* Add configuration for Commonmark
* Fix wrong array index
* Bump minimum PHP version to 8.1
* Add support for registering callbacks for undefined functions, filters or token parsers in the IntegrationTestCase
@@ -20,7 +20,6 @@ use League\CommonMark\Extension\ExtensionInterface;
final class LeagueCommonMarkConverterFactory
{
private $extensions;
private $config;
/**