Skip to content

Commit

Permalink
Merge pull request #94 from Exercise/update-changelog
Browse files Browse the repository at this point in the history
update CHANGELOG for 4.1
  • Loading branch information
HeahDude authored Aug 28, 2022
2 parents 61fcfea + 32ee71c commit 6642e1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6642e1c

Please sign in to comment.