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