From 60fd5bd26842edf625e335c75a1885a9c415c2ef Mon Sep 17 00:00:00 2001 From: Christophe Willemsen Date: Tue, 12 Dec 2017 11:26:47 +0100 Subject: [PATCH] prepare RC9 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96109640..2789d616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.0.0-RC9 (2017-12-12) + +- ProxyManager uses locking to prevent loading partially generate proxied files (Fixes #122) ([#174](https://github.com/graphaware/neo4j-php-ogm/pull/174)) +- Fixed an issue when loading relationships of the same type on two different fields ([#168](https://github.com/graphaware/neo4j-php-ogm/pull/168)) + 1.0.0-RC8 (2017-11-09) - Feature: added the possibility to map db property key to class fields ([#164](https://github.com/graphaware/neo4j-php-ogm/pull/164))