You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,31 @@
1
1
## CHANGELOG
2
2
3
3
4
+
## 2.2.2 - 2018-10-02
5
+
6
+
#### Added
7
+
8
+
**Nothing*
9
+
10
+
#### Changed
11
+
12
+
**Nothing*
13
+
14
+
#### Deprecated
15
+
16
+
**Nothing*
17
+
18
+
#### Removed
19
+
20
+
**Nothing*
21
+
22
+
#### Fixed
23
+
24
+
*[#28](https://github.com/acelaya/doctrine-enum-type/issues/28) Fixed a defect preventing the `length` property from the field declaration to be applied.
25
+
26
+
Now, if you declare your field like this `@ORM\Column(type=Action::class, length=16)` the field will respect the length and be mapped to a `VARCHAR(16)`.
0 commit comments