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 2021/01/08 13:28:31 UTC

[tinkerpop] branch master updated: Updated CHANGELOG 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


The following commit(s) were added to refs/heads/master by this push:
     new f3c0dde  Updated CHANGELOG CTR
     new bb9d75c  Merge branch '3.4-dev'
f3c0dde is described below

commit f3c0ddedad7bba1952f6b92255815f07fac2da56
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Jan 8 08:27:57 2021 -0500

    Updated CHANGELOG CTR
---
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 69e1be5..690d5e1 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -24,6 +24,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 === TinkerPop 3.4.10 (Release Date: NOT OFFICIALLY RELEASED YET)
 
 * Added `GremlinScriptChecker` to provide a way to extract properties of scripts before doing an actual `eval()`.
+* Added `none()` step for all language variants.
 * Fixed bug in `PythonTranslator` which was improperly translating `Lambda` scripts.
 * Fixed bug in `GremlinDslProcessor` where certain return types in `TraversalSource` definitions were not generating code that would compile.
 * Checked high limit before retrieving next traverser in `RangeGlobalStep`.