You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2023/02/10 15:56:21 UTC

[tinkerpop] 02/04: Updated changelog based on TINKERPOP-2857 CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit e19ca3b3f2f076ce15842f912d7a70a2936a9c28
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Feb 10 10:20:26 2023 -0500

    Updated changelog based on TINKERPOP-2857 CTR
---
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 8739d58729..1bfacbda70 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -23,6 +23,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 [[release-3-5-6]]
 === TinkerPop 3.5.6 (Release Date: NOT OFFICIALLY RELEASED YET)
 
+* Added `GraphFilter` support to `GraphSONRecordReader`.
 * gremlin-python aiohttp dependency requirement upper bound relaxed to <4.0.0
 * Changed `PartitionStrategy` to force its filters to the end of the chain for `Vertex` and `Edge` read steps, thus preserving order of the `has()`.