Doctrine ORM 2.5.2 Release

Posted on November 23, 2015 by Marco Pivetta


We are happy to announce the immediate availability of Doctrine ORM 2.5.2.

Installation

You can install this version of the ORM by using Composer and the following composer.json contents:

{
    "require": {
        "doctrine/orm": "~2.5.2"
    }
}

Changes since 2.5.1

This is a list of issues resolved in 2.5.2 since 2.5.1:

Bug Fixes

Improvements

Documentation

Please report any issues you may have with the update on the mailing list or on JIRA.