From acfb62d4d2bce3d6d43e7a5cb2b257affa446a51 Mon Sep 17 00:00:00 2001 From: Marius Conjeaud Date: Thu, 2 Nov 2023 10:17:59 +0100 Subject: [PATCH] Add notice in Changelog about sync driver --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 0713c26f..4fefdc0f 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,5 @@ Version 5.2.0 2023-11 -* Add an option to pass your own driver instead of relying on the automatically created one. See set_connection method. +* Add an option to pass your own driver instead of relying on the automatically created one. See set_connection method. NB : only accepts the synchronous driver for now. * Add a close_connection method to explicitly close the driver to match Neo4j deprecation. * Add a DATABASE_NAME config option, available for both auto- and self-managed driver modes. * Add neomodel_inspect_database script, which inspects an existing database and creates neomodel class definitions for all objects.