Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit ec98cd6

Browse files
committed
Updated changelog with v2.2.2
1 parent 8cb369f commit ec98cd6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
## CHANGELOG
22

33

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)`.
27+
28+
429
## 2.2.1 - 2018-09-02
530

631
#### Added

0 commit comments

Comments
 (0)