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

Commit

Permalink
Updated changelog with v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Oct 2, 2018
1 parent 8cb369f commit ec98cd6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,31 @@
## CHANGELOG


## 2.2.2 - 2018-10-02

#### Added

* *Nothing*

#### Changed

* *Nothing*

#### Deprecated

* *Nothing*

#### Removed

* *Nothing*

#### Fixed

* [#28](https://github.com/acelaya/doctrine-enum-type/issues/28) Fixed a defect preventing the `length` property from the field declaration to be applied.

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)`.


## 2.2.1 - 2018-09-02

#### Added
Expand Down

0 comments on commit ec98cd6

Please sign in to comment.