diff --git a/CHANGELOG.md b/CHANGELOG.md index 308e9413..cde3b1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 4.1 (08/2022) + + * Add support of the `Cache.SerializerPermissions` for default profile + ## Version 4.0 (04/2022) * [BC Break] Drop support for Symfony < 4.4 diff --git a/tests/DependencyInjection/ExerciseHTMLPurifierExtensionTest.php b/tests/DependencyInjection/ExerciseHTMLPurifierExtensionTest.php index d78ec06f..8a5937f3 100644 --- a/tests/DependencyInjection/ExerciseHTMLPurifierExtensionTest.php +++ b/tests/DependencyInjection/ExerciseHTMLPurifierExtensionTest.php @@ -134,7 +134,7 @@ public function testShouldAllowOverridingDefaultConfigurationCacheSerializerPerm $config = [ 'default_cache_serializer_path' => null, 'default_cache_serializer_permissions' => 511, - 'html_profiles' => [ + 'html_profiles' => [ 'default' => [ 'config' => [ 'AutoFormat.AutoParagraph' => true,