Doctrine 2.3.0 RC3 released

Posted on September 5, 2012 by beberlei


5.9.2012

We released another release candidate of our upcoming Doctrine 2.3.0 version. This includes the Common, DBAL and ORM packages.

This release trys to keep backwards compatibility to every previous release as much as possible, however some slight changes might be necessary to your applications. See the UPGRADE files of each project for details:

See the 2.3 Beta blog post for some information about changes in 2.3.

You can install the release candidate through Github or Composer:

{
    "require": {
        "doctrine/orm": "2.3.0-RC3"
    },
    "minimum-stability": "dev"
}

If you find any problems with your applications please report them on our bugtracker.

When no blocking issues occur we will release the 2.3.0 final on the weekend.