From 48b243d538deeedce038fc04939ce9f277432430 Mon Sep 17 00:00:00 2001 From: Gerrit Meier Date: Fri, 8 Feb 2019 11:48:26 +0100 Subject: [PATCH] Update Changelog for 3.2.0-alpha04. --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 8ec149fb8b..56515087b5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -16,6 +16,8 @@ o Deprecated OgmPluginInitializer. o Don't deploy `org.neo4j:neo4j-ogm-test` any longer. This module and the included utilities is not meant to be used outside Neo4j-OGM. o `SessionFactory.getDriver()` has been replaced with `SessionFactory.unwrap(Class clazz)` which provides a consistent way to get the underlying Neo4j-OGM driver or the native driver. +o Wrap CypherModificationProvider in a ThreadLocal. +o Add support for containing filter in combination with ignore case. 3.1.x o Improve documentation of type conversions. #501