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/7e8de9c2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7e8de9c2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7e8de9c2 Branch: refs/heads/TINKERPOP-786 Commit: 7e8de9c20da62cecb5acb98b2d8b9771c06c666a Parents: 0730735 Author: Stephen Mallette <[email protected]> Authored: Tue May 9 13:58:05 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Tue May 9 13:58:05 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7e8de9c2/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 6fb3372..638fb10 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. * Maintained type information on `Traversal.promise()`. * Propagated exception to `Future` instead of calling thread in `RemoteConnection`. * Fixed a bug in `RepeatUnrollStrategy` where `LoopsStep` and `LambdaHolder` should invalidate the strategy's application.
