Skip to content

Commit 46e4046

Browse files
committed
added upgrade instructions
1 parent 1d4a579 commit 46e4046

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Upgrade.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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+
## 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+
719
## 1.2 to 1.3
820

921
### Forms

0 commit comments

Comments
 (0)