Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1278 ae17fd812 -> 570d3a8a7


updated CHANGELOG.


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

Branch: refs/heads/TINKERPOP-1278
Commit: 570d3a8a7dbc14f5a64f4c51d8e6342c2ca4d687
Parents: ae17fd8
Author: Marko A. Rodriguez <[email protected]>
Authored: Wed Aug 17 14:47:57 2016 -0600
Committer: Marko A. Rodriguez <[email protected]>
Committed: Wed Aug 17 14:47:57 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/570d3a8a/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 79935af..22d6953 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -30,7 +30,7 @@ TinkerPop 3.2.2 (NOT OFFICIALLY RELEASED YET)
 * Added `Bytecode` which specifies the instructions and arguments used to 
construct a traversal.
 * Created an experimental GraphSON representation of `Bytecode` that will be 
considered unstable until 3.3.0.
 * Added `Translator` which allows from the translation of `Bytecode` into some 
other form (e.g. script, `Traversal`, etc.).
-* Added `JavaTranslator`, `GroovyTranslator`, and `PythonTranslator` for 
translating `Bytecode` into the respective languages.
+* Added `JavaTranslator`, `GroovyTranslator`, `PythonTranslator`, and 
`JythonTranslator` for translating `Bytecode` accordingly.
 * Added `TranslationStrategy` to `gremlin-test` so translators can be tested 
against the the process test suite.
 * Added `Traversal.Admin.nextTraverser()` to get the next result in bulk-form 
(w/ default implementation).
 * Added `TraversalSource.getAnonymousTraversalClass()` (w/ default 
implementation).

Reply via email to