File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Upgrade instruction
44This document describes the changes needed when upgrading because of a BC
55break. 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
99Methods and properties removed from ` FOS\UserBundle\Model\User `
1010
@@ -16,7 +16,7 @@ Methods and properties removed from `FOS\UserBundle\Model\User`
1616You need to drop the fields ` expired ` and ` credentials_expired ` from your database
1717schema, 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
You can’t perform that action at this time.
0 commit comments