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 <[email protected]> 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.
