TINKERPOP-786 Updated changelog for DSL work
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5c7f0cbd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5c7f0cbd Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/5c7f0cbd Branch: refs/heads/tp32-glv Commit: 5c7f0cbd1f8a294d0a98f257cd62a327cc4fd345 Parents: 50f2dac Author: Stephen Mallette <[email protected]> Authored: Tue May 9 13:58:05 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Tue May 16 11:02:30 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5c7f0cbd/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 7057aac..dbfe181 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,8 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.2.5 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Added the `gremlin-archetype-dsl` to demonstrate how to structure a Maven project for a DSL. +* Developed and documented patterns for Domain Specific Language implementations. * Now using Groovy `[...]` map notation in `GroovyTranslator` instead of `new LinkedHashMap(){{ }}`. * Maintained type information on `Traversal.promise()`. * Propagated exception to `Future` instead of calling thread in `RemoteConnection`.
