From ef42af1c00c11f7e7410df45272cb2a8593cbff6 Mon Sep 17 00:00:00 2001 From: Mark Angrish Date: Fri, 13 Jan 2017 20:07:01 +1100 Subject: [PATCH] Updated change log. --- CHANGES.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5ac217a3e9..f8e3ce7597 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,16 @@ -2.1.1-SNAPSHOT +2.1.1 -------------- o Fixes issue where session.loadAll would sort by ids instead of by the sort order specified. Fixes #302. +o Completely updated documentation. +o Fix for @Index not working properly with @Property. Resolves #312. +o ClassInfo.addIndexes() now uses MetaDataClassLoader.loadClass() to fix issue in Play 2.5. Resolves #314. +o Made Index validation comparison ignore whitespace. +o Bump Neo4j version to 3.0.8. +o Ensure polymorphic relationship entity references can be correctly resolved at runtime. Fixes #298. +o Fix issue where no neo4j dependencies causes embedded driver to silently fail. +o Removed requirement for embedded driver to always download neo4j dependencies. +o Session.loadAll() sorts by SortOrder specified instead of by Ids. Fixes #302. +o Fix commit/rollback X-WRITE headers not being sent to correct node in HTTP Driver. 2.1.0 --------------