Skip to content

Commit a911282

Browse files
committed
Update the changelog
1 parent 246e7ba commit a911282

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Changelog.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
Changelog
22
=========
33

4-
### 2.2.0 (2020-01-xx)
4+
### 2.2.0 (2021-08-26)
55

66
* Deprecated the Groups feature.
77
* Marked all controllers final.
8+
* Marked internal classes as such.
89
* Added Mongolian translation.
910
* Added an email provider.
1011
* Added a custom user checker.
11-
* Added PHP 7.4 support.
12+
* Added PHP 7.4 and PHP 8.0 support.
1213
* Removed fieldName attribute in MongoDB mapping.
1314
* Registration confirmation now redirects to login page if token is invalid.
1415
* User model will not rely on `AdvancedUserInterface` anymore.
1516
* Self-salting password encoders will not create a salt anymore.
1617
* FlashListener constructor now accepts `SessionInterface`.
1718
* Fixed several Symfony deprecation notices.
1819
* Fixed several translations.
20+
* Bumped the min PHP version to 7.1.3.
21+
* Bumped the min Symfony version to 4.4.
22+
* Added compatibility with Twig 3.
23+
* Added compatibility with doctrine/persistence 2.
1924

2025
### 2.1.2 (2018-03-08)
2126

0 commit comments

Comments
 (0)