We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4a579 commit 46e4046Copy full SHA for 46e4046
Upgrade.md
@@ -4,6 +4,18 @@ Upgrade instruction
4
This document describes the changes needed when upgrading because of a BC
5
break. For the full list of changes, please look at the Changelog file.
6
7
+## 1.3.1 to 1.3.2
8
+
9
+### User and Group class
10
11
+This bundle now registers mappings for the classes in Model directly, instead
12
+of having empty extending classes. The Entity/User and Document/User and Group
13
+classes are deprecated, you should update your User and Group classes to extend
14
+the classes found in Model directly.
15
+The old classes will stay around for a while and continue to work, but will be
16
+dropped for version 2.0.
17
18
19
## 1.2 to 1.3
20
21
### Forms
0 commit comments