Skip to content

Commit

Permalink
Updated the changelog for 2.0.0-alpha1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stof committed Sep 26, 2014
1 parent 364330c commit 5a53273
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
@@ -1,8 +1,11 @@
Changelog
=========

### 2.0.0 (2014-XX-XX)
### 2.0.0-alpha1 (2014-09-26)

* Updated many translations
* Changed the way to pass the email to the page asking to check the email to avoid issues with non-blocking sessions
* Changed the fos_user_security_check route to enforce POST
* Removed the deprecated UserManager and GroupManager classes for the different Doctrine implementations
* [BC break] Refactored the structure of controller to dispatch events instead of using form handlers
* Removed all form handlers
Expand Down
5 changes: 3 additions & 2 deletions Upgrade.md
Expand Up @@ -4,7 +4,7 @@ Upgrade instruction
This document describes the changes needed when upgrading because of a BC
break. For the full list of changes, please look at the Changelog file.

## 1.3 to 2.0
## 1.3 to 2.0-alpha1

### User Provider

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

## 1.3.4 to 1.3.5

Expand Down

0 comments on commit 5a53273

Please sign in to comment.