Skip to content

Commit 1a65ac8

Browse files
committed
Update changelog/upgrade files
1 parent 3aa9317 commit 1a65ac8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Changelog.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Changelog
1616

1717
### 2.0.0-alpha1 (2014-09-26)
1818

19-
* Updated many translations
20-
* Changed the way to pass the email to the page asking to check the email to avoid issues with non-blocking sessions
21-
* Changed the fos_user_security_check route to enforce POST
22-
* Removed the deprecated UserManager and GroupManager classes for the different Doctrine implementations
23-
* [BC break] Refactored the structure of controller to dispatch events instead of using form handlers
24-
* Removed all form handlers
25-
* [BC break] Changed Datetime properties of default User entity that were nullable to default to null when no value supplied
26-
* [BC break] Updated schema.xml for Propel BaseUser class to allow nullable and typehint accordingly
19+
* Updated many translations.
20+
* Changed the way to pass the email to the page asking to check the email to avoid issues with non-blocking sessions.
21+
* Changed the fos_user_security_check route to enforce POST.
22+
* Removed the deprecated UserManager and GroupManager classes for the different Doctrine implementations.
23+
* [BC break] Refactored the structure of controller to dispatch events instead of using form handlers.
24+
* Removed all form handlers.
25+
* [BC break] Changed Datetime properties of default User entity that were nullable to default to null when no value supplied.
26+
* [BC break] Updated schema.xml for Propel BaseUser class to allow nullable and typehint accordingly.
2727

2828
### 1.3.6 (2015-06-01)
2929

Upgrade.md

Lines changed: 2 additions & 2 deletions
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-
## 2.0-alpha1 to 2.0.0-alpha2
7+
## 2.0.0-alpha1 to 2.0.0-alpha2
88

99
Methods and properties removed from `FOS\UserBundle\Model\User`
1010

@@ -16,7 +16,7 @@ Methods and properties removed from `FOS\UserBundle\Model\User`
1616
You need to drop the fields `expired` and `credentials_expired` from your database
1717
schema, because they aren't mapped anymore.
1818

19-
## 1.3 to 2.0-alpha1
19+
## 1.3 to 2.0.0-alpha1
2020

2121
### User Provider
2222

0 commit comments

Comments
 (0)