Skip to content

Commit

Permalink
Updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Oct 5, 2012
1 parent 26a31ed commit d0b44a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

### 2.0.0 (2012-XX-XX)
### 1.3.0 (2012-10-06)

* Refactored the Propel implementation to get rid of the UserProxy
* Changed the expectation for `FOS\UserBundle\Model\GroupableInterface#getGroups` to `Traversable`
Expand All @@ -14,6 +14,7 @@ Changelog
* Added new user provider classes. They should be preferred over using the UserManager as UserProvider.
* Removed the custom password validation in favor of the Symfony 2.1 constraint
* Refactored the translation of form labels using the translation_domain option of Symfony 2.1
* Bumped the requirement to Symfony 2.1

### 1.2.4 (2012-07-10)

Expand Down
6 changes: 3 additions & 3 deletions Upgrade.md
Original file line number Diff line number Diff line change
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.2 to 2.0
## 1.2 to 1.3

### Forms

Expand All @@ -21,8 +21,8 @@ now returns the PropelCollection instead of wrapping it.

### Manager classes

The different Doctrine-based manager classes will be removed on July 31st
in favor of the common implementation. If you were extending the UserManager
The different Doctrine-based manager classes are deprecated and will be removed
in 2.0 in favor of the common implementation. If you were extending the UserManager
class for a Doctrine implementation, you need to change the parent class
to `FOS\UserBundle\Doctrine\UserManager`.

Expand Down

0 comments on commit d0b44a4

Please sign in to comment.