Skip to content

Commit cd3e42f

Browse files
minor #35153 [SecurityBundle] fix version when "anonymous: lazy" was introduced (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- [SecurityBundle] fix version when "anonymous: lazy" was introduced | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- c280a01724 fix version when "anonymous: lazy" was introduced
2 parents 3b51b4c + aab779f commit cd3e42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
4.4.0
55
-----
66

7+
* Added `anonymous: lazy` mode to firewalls to make them (not) start the session as late as possible
78
* Added `migrate_from` option to encoders configuration.
89
* Added new `argon2id` encoder, undeprecated the `bcrypt` and `argon2i` ones (using `auto` is still recommended by default.)
910
* Deprecated the usage of "query_string" without a "search_dn" and a "search_password" config key in Ldap factories.
@@ -12,7 +13,6 @@ CHANGELOG
1213
4.3.0
1314
-----
1415

15-
* Added `anonymous: lazy` mode to firewalls to make them (not) start the session as late as possible
1616
* Added new encoder types: `auto` (recommended), `native` and `sodium`
1717
* The normalization of the cookie names configured in the `logout.delete_cookies`
1818
option is deprecated and will be disabled in Symfony 5.0. This affects to cookies

0 commit comments

Comments
 (0)