Skip to content

Commit f72f866

Browse files
committed
Update the changelog and the upgrade instructions
1 parent cb27a67 commit f72f866

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
Changelog
22
=========
33

4-
### 2.1.0 (2017-xx-xx)
4+
### 2.1.0 (2018-02-16)
5+
56
* Dropped Symfony < 2.8 support.
67
* 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).
79
* Redirect to login when requesting resetting password with invalid token.
810
* Added autocomplete hints for password inputs.
911
* Fixed several incorrect Turkish translations.
1012

1113
### 2.0.2 (2017-11-29)
14+
1215
* Fix empty password in ChangePasswordFormType.
1316
* Fix empty password in ProfileFormType.
1417
* Introduced aliases for autowiring user and group managers.

Upgrade.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Upgrade instruction
44
This document describes the changes needed when upgrading because of a BC
55
break. For the full list of changes, please look at the Changelog file.
66

7+
## 2.0 to 2.1
8+
9+
Controllers and commands now use DI and are defined as services.
10+
11+
Projects overriding them will need to adapt their code to fit with these changes.
12+
Note that backward compatibility is not ensured for such usage. Relying on
13+
extension points of the bundle (mostly through events) is preferred.
14+
715
## 2.0.0-alpha3 to 2.0.0-beta1
816

917
Methods and properties removed from `FOS\UserBundle\Model\User`

0 commit comments

Comments
 (0)