You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
1
Changelog
2
2
=========
3
3
4
-
### 2.1.0 (2017-xx-xx)
4
+
### 2.1.0 (2018-02-16)
5
+
5
6
* Dropped Symfony < 2.8 support.
6
7
* Add Symfony 4 compatibility.
8
+
* Refactored controllers and commands to use DI. Projects extending these classes will need to adapt their code (but should rather use supported extension points when possible).
7
9
* Redirect to login when requesting resetting password with invalid token.
8
10
* Added autocomplete hints for password inputs.
9
11
* Fixed several incorrect Turkish translations.
10
12
11
13
### 2.0.2 (2017-11-29)
14
+
12
15
* Fix empty password in ChangePasswordFormType.
13
16
* Fix empty password in ProfileFormType.
14
17
* Introduced aliases for autowiring user and group managers.
0 commit comments