Skip to content

Commit e65f975

Browse files
authored
Update changelog for 2.2 release (#2952)
1 parent a0dc0af commit e65f975

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Changelog.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
Changelog
22
=========
33

4-
### 2.2.0 (2020-xx-xx)
4+
### 2.2.0 (2020-01-xx)
5+
=======
56

67
* Marked all controllers final.
78
* Added Mongolian translation.
9+
* Added an email provider.
10+
* Added a custom user checker.
11+
* Added PHP 7.3 support.
12+
* Removed fieldName attribute in MongoDB mapping.
13+
* Registration confirmation now redirects to login page if token is invalid.
14+
* User model will not rely on `AdvancedUserInterface` anymore.
15+
* Self-salting password encoders will not create a salt anymore.
16+
* FlashListener constructor now accepts `SessionInterface`.
17+
* Fixed `UserManagerInterface::updateUser` signature.
18+
* Fixed several Symfony deprecation notices.
19+
* Fixed several translations.
820

921
### 2.1.2 (2018-03-08)
1022

0 commit comments

Comments
 (0)