You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2017/04/14 15:33:48 UTC

[4/5] tinkerpop git commit: updated CHANGELOG with LambdaHolder note.

updated CHANGELOG with LambdaHolder note.


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

Branch: refs/heads/master
Commit: 5ff3e43330dfe9869947e354e77f2d4cd542996c
Parents: 3b22c90
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Apr 14 09:32:40 2017 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri Apr 14 09:32:40 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5ff3e433/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 1e7be59..21c58ee 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,7 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 TinkerPop 3.2.5 (Release Date: NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-* Fixed a bug in `RepeatUnrollStrategy` where `LoopsStep` should invalidate the strategy's application.
+* Fixed a bug in `RepeatUnrollStrategy` where `LoopsStep` and `LambdaHolder` should invalidate the strategy's application.
 * Deprecated `authentication.className` setting in favor of using `authentication.authenticator`.
 * Added `authentication.authenticationHandler` setting.
 * Added abstraction to authorization to allow users to plug in their own `AbstractAuthorizationHandler` implementations.