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 2018/09/25 15:46:52 UTC

[45/49] tinkerpop git commit: Updated changelog CTR

Updated changelog CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/abfe968c
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/abfe968c
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/abfe968c

Branch: refs/heads/TINKERPOP-2039
Commit: abfe968c762199ef5fa6b8f300c9de060ef75a24
Parents: aff2037
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Sep 24 16:13:39 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Sep 24 16:13:39 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/abfe968c/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 9431d98..6d9770f 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -36,6 +36,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Added support for GraphSON serialization of `Date` in Javascript.
 * Added synchronized `Map` to Gryo 1.0 registrations.
 * Added `Triple` to Gryo 1.0 registrations.
+* Improved escaping of special characters in strings passed to the `GroovyTranslator`.
 * Added better internal processing of `Column` in `by(Function)`.
 * Added `hasNext()` support on `Traversal` for `gremlin-python`.
 * Added support for additional extended types in Gremlin.Net with `decimal`, `TimeSpan`, `BigInteger`, `byte`, `byte[]`, `char` and `short`.