Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 1008 Bytes

doctrine-2-4-beta.rst

File metadata and controls

33 lines (25 loc) · 1008 Bytes
author

Benjamin Eberlei <kontakt@beberlei.de>

date

2013-03-24 00:00:00

Doctrine 2.4 Beta1 released

24.03.2013

We have released the first beta version of Doctrine 2.4. Some of the changes are listed in this talk by Alexander and me from Symfony Live Berlin last year.

You can install the release through Github, download, PEAR or Composer:

{
    "require": {
        "doctrine/orm": "2.4.0-beta1",
        "doctrine/dbal": "2.4.0-beta1",
        "doctrine/common": "2.4.0-rc1"
    }
}

Please test this release with your existing applications to allow us to find BC breaks and remove them before the final release. The plan is to release the final version in the next 4-6 weeks.

In these next weeks we will work to incorporate all changes in the documentation.