From c41ebc13327c78b3725576294c3daba250b8a6f5 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 10 Nov 2021 03:22:23 -0500 Subject: [PATCH] spelling: values of --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb16fbe..69f234a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Compatible with the v2.5.0 version of nebula-graph - add TimeWrapper/DateTimeWrapper type to get timezone obtained from the server to calculate the local time - Session supports reconnecting to different graph services - bugfix - - fix the interface valuesof Relationship and modify the interface properties to properties https://github.com/vesoft-inc/nebula-python/pull/113 + - fix the interface values of Relationship and modify the interface properties to properties https://github.com/vesoft-inc/nebula-python/pull/113 - fix get offline host info from list_hosts https://github.com/vesoft-inc/nebula-python/pull/104 - fix fbthrift timeout bug https://github.com/vesoft-inc/nebula-python/pull/126 - incompatible