Skip to content

Commit 5a53273

Browse files
committed
Updated the changelog for 2.0.0-alpha1
This release is not considered as being representative of the final 2.0 API, but it allows locking dependencies given the time spent since the beginning of the 2.0 development
1 parent 364330c commit 5a53273

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Changelog.md

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

4-
### 2.0.0 (2014-XX-XX)
4+
### 2.0.0-alpha1 (2014-09-26)
55

6+
* Updated many translations
7+
* Changed the way to pass the email to the page asking to check the email to avoid issues with non-blocking sessions
8+
* Changed the fos_user_security_check route to enforce POST
69
* Removed the deprecated UserManager and GroupManager classes for the different Doctrine implementations
710
* [BC break] Refactored the structure of controller to dispatch events instead of using form handlers
811
* Removed all form handlers

Upgrade.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## 1.3 to 2.0
7+
## 1.3 to 2.0-alpha1
88

99
### User Provider
1010

@@ -26,7 +26,8 @@ for the classes in the Model namespace directly, instead
2626
of having empty extending classes. The User and Group classes in the Entity and
2727
Document namespaces are deprecated, you should update your User and Group
2828
classes to extend the classes found in `Model`.
29-
The old classes will stay until 2.0 is released stable, but throw deprecated warnings.
29+
The old classes will are still available for now, but throw deprecated warnings. They will be removed
30+
in the next alpha.
3031

3132
## 1.3.4 to 1.3.5
3233

0 commit comments

Comments
 (0)