Doctrine 2.4.1 released

Posted on November 12, 2013 by Benjamin Eberlei


Today we released Doctrine DBAL 2.4.1 and ORM 2.4.1 versions. It includes an important fix for a regression with array hydration. In total 6 tickets have been closed in both releases.

See all the changes:

Installation

You can install Doctrine using Composer and the following composer.json contents:

{
    "require": {
        "doctrine/common": "2.4.*",
        "doctrine/dbal": "2.4.1",
        "doctrine/orm": "2.4.1"
    }
}