Skip to content

Commit

Permalink
[Security] added more info about the BCrypt change (refs #7853)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 26, 2013
1 parent a1031f6 commit d59ffc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Symfony/Component/Routing/CHANGELOG.md
Expand Up @@ -4,13 +4,11 @@ CHANGELOG
2.3.0
-----

* [BC BREAK] the BCrypt encoder constructor signature has changed (the first argument was removed)
* added RequestContext::getQueryString()

2.2.0
-----

* Added BCrypt password encoder
* [DEPRECATION] Several route settings have been renamed (the old ones will be removed in 3.0):

* The `pattern` setting for a route has been deprecated in favor of `path`
Expand Down
2 changes: 2 additions & 0 deletions src/Symfony/Component/Security/CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ CHANGELOG
2.3.0
-----

* [BC BREAK] the BCrypt encoder constructor signature has changed (the first argument was removed)
To use the BCrypt encoder, you now need PHP 5.5 or "ircmaxell/password-compat" as a composer dependency
* [BC BREAK] return 401 instead of 500 when using use_forward during for form authentication
* added a `require_previous_session` option to `AbstractAuthenticationListener`

Expand Down

0 comments on commit d59ffc9

Please sign in to comment.