Skip to content

Commit 6642e1c

Browse files
authored
Merge pull request #94 from Exercise/update-changelog
update CHANGELOG for 4.1
2 parents 61fcfea + 32ee71c commit 6642e1c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 4.1 (08/2022)
2+
3+
* Add support of the `Cache.SerializerPermissions` for default profile
4+
15
## Version 4.0 (04/2022)
26

37
* [BC Break] Drop support for Symfony < 4.4

tests/DependencyInjection/ExerciseHTMLPurifierExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function testShouldAllowOverridingDefaultConfigurationCacheSerializerPerm
134134
$config = [
135135
'default_cache_serializer_path' => null,
136136
'default_cache_serializer_permissions' => 511,
137-
'html_profiles' => [
137+
'html_profiles' => [
138138
'default' => [
139139
'config' => [
140140
'AutoFormat.AutoParagraph' => true,

0 commit comments

Comments
 (0)