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 2022/06/13 19:01:41 UTC

[tinkerpop] 02/04: 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

commit 1a4cf962a26f82ee639851c45708e8cdafd98901
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jun 13 14:59:42 2022 -0400

    Updated changelog CTR
---
 CHANGELOG.asciidoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index b75eb249d2..bb660d0ef3 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -28,7 +28,8 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Added getters to high and low properties in RangeLocalStep.
 * Added GraphBinary serialization support to gremlin-javascript.
 * Improved startup time by removing unnecessary DNS lookup.
-* Changed logback version to 1.2.9 from 1.2.3
+* Bumped to logback 1.2.9.
+* Bumped to netty 4.1.77.
 * Added GraphBinary support in gremlin-python for short, bigdecimal and biginteger.
 * Fixed bug in `PartitionStrategy` where the use of `AbstractLambdaTraversal` caused an unexpected exception.
 * Deprecated and removed functionality of the `connectOnStartup` option in `gremlin-javascript` to resolve potential `unhandledRejection` and race conditions.