Skip to content

Commit d5b28c3

Browse files
committed
Update the changelog
1 parent e020a10 commit d5b28c3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Changelog.md

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

4-
### 2.0.0 (2015-XX-XX)
4+
### 2.0.0-alpha3 (2015-09-15)
5+
6+
* Reverted the removed of the `expired` and `credentialsExpired` properties as the BC break could lead to corrupted objects being created if server sessions are not cleared when upgrading the bundle.
7+
8+
### 2.0.0-alpha2 (2015-09-15)
59

610
* [BC break] The deprecated entity classes have been removed.
711
* The minimum requirement for Symfony has been bumped to 2.3 (older versions are already EOLed).
@@ -11,6 +15,8 @@ Changelog
1115
* [BC break] The templating engine configuration has been removed, as well as the related code.
1216
* [BC break] Changed the XML namespace to `http://friendsofsymfony.github.io/schema/dic/user`
1317
* [BC break] Added `UserInterface::getId`.
18+
* [BC break][Reverted] Removed unused properties `expired` and `credentialsExpired` including corresponding methods. This may break code,
19+
which makes use of this methods, extending classes, and/or existing installations because of missing mappings for required db fields.
1420

1521
### 2.0.0-alpha1 (2014-09-26)
1622

0 commit comments

Comments
 (0)