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

Commit

Permalink
Merge pull request #117 from doctrine/release/orm-2.5.4
Browse files Browse the repository at this point in the history
ORM 2.5.4 release blogpost
  • Loading branch information
deeky666 committed Jan 5, 2016
2 parents 19eb9f6 + 2e8937b commit 19158e2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions site/2016/01/05/orm-2-5-4.rst
@@ -0,0 +1,25 @@
Doctrine ORM 2.5.4 Released
===========================

We are happy to announce the immediate availability of Doctrine ORM
`2.5.4 <https://github.com/doctrine/doctrine2/releases/tag/v2.5.4>`_.

This release fixes an issue with how identifiers are used when building
second level cache entries during hydration. `#1568 <https://github.com/doctrine/doctrine2/pull/1568>`_

Installation
~~~~~~~~~~~~

You can install the ORM component using Composer:

.. code-block:: shell
composer require doctrine/orm:~2.5.4
Please report any issues you may have with the update on the
`issue tracker <https://github.com/doctrine/doctrine2/issues>`_.

.. author:: Marco Pivetta <ocramius@gmail.com>
.. categories:: Release
.. tags:: none
.. comments::
1 change: 1 addition & 0 deletions site/master.rst
Expand Up @@ -10,6 +10,7 @@ Sitemap
.. toctree::
:maxdepth: 1

2016/01/05/orm-2-5-4
2015/12/31/cache-1-6-0
2015/12/25/dbal-2-5-3
2015/12/25/orm-2-5-3
Expand Down

0 comments on commit 19158e2

Please sign in to comment.